123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736 |
- % ----------------------------------------------------------------------
- % $Id: ofsf.red,v 1.52 2003/10/24 11:52:43 gilch Exp $
- % ----------------------------------------------------------------------
- % Copyright (c) 1995-1999 Andreas Dolzmann and Thomas Sturm
- % ----------------------------------------------------------------------
- % $Log: ofsf.red,v $
- % Revision 1.52 2003/10/24 11:52:43 gilch
- % Renamed !*rlrqtfcfullsplit to !*rlhqetfcfullsplit.
- % Renamed !*rlrqtfcfast to !*rlhqetfcfast.
- % Renamed !*rlrqvb to !*rlhqevb.
- % Renamed !*rlrqvarsel to !*rlhqevarsel.
- % Renamed !*rlrqvarselx to !*rlhqevarselx.
- % Renamed !*rlrqdim0 to !*rlhqedim0.
- % Renamed !*rlrqtheory to !*rlhqetheory.
- % Renamed !*rlrqgbred to !*rlhqegbred.
- % Renamed !*rlrqconnect to !*rlhqeconnect.
- % Renamed !*rlrqstrconst to !*rlhqestrconst.
- % Renamed !*rlrqgbdimmin to !*rlhqegbdimmin.
- % Renamed !*rlrqgen to !*rlhqegen.
- % Renamed ofsf_rqtheo!* to ofsf_hqetheo!*.
- % Renamed ofsf_rqxvars!* to ofsf_hqexvars!*.
- %
- % Revision 1.51 2003/10/21 15:16:57 gilch
- % Added new package ofsftfc.
- % Added fluid declarations for tfc switches.
- % Added new package ofsfhqe.
- % Added fluid declarations for HQE switches.
- % Added service implementations rl_hqe and rlghqe.
- %
- % Revision 1.50 2003/08/28 13:51:03 seidl
- % Worked on projection orders.
- %
- % Revision 1.49 2003/07/11 17:16:08 sturm
- % New service rlqnum (number of quantifiers).
- %
- % Revision 1.48 2003/06/11 08:46:38 dolzmann
- % Added black boxes rl_qssimpl and rl_qssiadd.
- %
- % Revision 1.47 2003/06/04 06:09:56 dolzmann
- % Added black box rl_qssusuat.
- %
- % Revision 1.46 2003/06/03 16:10:39 dolzmann
- % Added blackbox implementations for rl_qssubsumep, rl_qstrycons, and
- % rl_qssubat.
- %
- % Revision 1.45 2003/05/27 08:19:19 dolzmann
- % Changed wrong log messages.
- %
- % Revision 1.44 2003/05/27 08:17:42 dolzmann
- % Added pseudo implementation of black box cl_qscsa.
- %
- % Revision 1.43 2003/05/21 09:04:38 dolzmann
- % Added service rlquine.
- %
- % Revision 1.42 2003/05/20 07:36:44 dolzmann
- % Load cgb instead of gb.
- %
- % Revision 1.41 2003/05/19 10:39:00 dolzmann
- % The Groebner package now uses the GB package.
- %
- % Revision 1.40 2003/01/30 12:27:02 sturm
- % Renamed switch vmatverbose to rlvmatvb and moved switch and fluid
- % declarations to where they belong.
- %
- % Revision 1.39 2003/01/29 11:34:42 sturm
- % Moved determinant code to from module ofsfcadproj to new module ofsfdet.
- %
- % Revision 1.38 2003/01/29 10:43:12 sturm
- % Moved fluid declaration to ofsf.red, where all such declarations belong.
- % Moved list2set and list2vector to lto.red.
- %
- % Revision 1.37 2003/01/27 11:49:34 sturm
- % Introduced ofsf_fbqe, s.t. fallbackqe is compatible with new ofsf_cad,
- % which has got a second argument now.
- %
- % Revision 1.36 2003/01/13 10:00:12 dolzmann
- % Added definitions for ofsfxopt. Changed services qe and qea.
- %
- % Revision 1.35 2003/01/11 17:57:58 sturm
- % Added AM services rlcadporder, rlgcadporder for ofsf.
- %
- % Revision 1.34 2002/08/23 12:32:20 dolzmann
- % Added local quantifier elimination.
- %
- % Revision 1.33 2002/05/29 11:46:33 sturm
- % Provided ofsf_gcad() and corresponding AM interface.
- %
- % Revision 1.32 2002/05/28 13:21:59 sturm
- % Added black box rl_fbqe() and corresponding switch rlqefb.
- % That is, for ofsf, rlqe uses rlcad in case of failure now.
- %
- % Revision 1.31 2002/05/28 13:08:46 seidla
- % New switches rlcadpreponly, rlcadte and rlcadpbfvs.
- %
- % Revision 1.30 2002/01/25 14:42:33 sturm
- % Added switch rlcaddecdeg, off by default.
- %
- % Revision 1.29 2002/01/18 15:36:42 seidla
- % Package linalg has to be loaded due to procedures remove_rows, etc. in
- % ofsfcadproj.red. Removed unused switches rlallp and rlanuex. Added switch
- % rlcaddnfformula.
- %
- % Revision 1.28 2002/01/16 15:27:32 sturm
- % Load matrix instead of linalg.
- % Do not load specfac since poly is dumped.
- %
- % Revision 1.27 2002/01/16 15:00:18 sturm
- % Inserted a lost space in fluid declaration.
- %
- % Revision 1.26 2002/01/16 13:03:47 seidla
- % Imported CAD from rlprojects.
- %
- % Revision 1.25 1999/09/22 13:01:35 dolzmann
- % Added code and black box definitions for the ofsf part of susi.
- %
- % Revision 1.24 1999/03/23 12:26:33 sturm
- % Renamed switch rlsisqf to rlsiatadv.
- %
- % Revision 1.23 1999/03/23 07:40:16 dolzmann
- % Changed copyright information.
- % Added list of exported procedures and import list.
- %
- % Revision 1.22 1999/03/21 13:37:18 dolzmann
- % Use cl_bnfsimpl instead of acfsf_bnfsimpl.
- % Removed black box rl_zero.
- %
- % Revision 1.21 1999/03/18 14:08:20 sturm
- % Added new service rl_specelim!* in cl_qe for covering the "super
- % quadratic special case' for ofsf. This method is toggled by switch
- % rlsqsc, which is off by default. Context dvfsf uses cl_specelim which
- % is constantly "false." Context acfsf does not use cl_qe at all.
- %
- % Revision 1.20 1998/04/09 11:00:03 sturm
- % Added switch rlqeqsc for quadratic special case. This now OFF by default!
- %
- % Revision 1.19 1997/08/24 16:18:50 sturm
- % Added service rl_surep with black box rl_multsurep.
- % Added service rl_siaddatl.
- %
- % Revision 1.18 1997/08/14 10:10:30 sturm
- % Renamed rldecdeg to rldecdeg1.
- % Added service rldecdeg.
- %
- % Revision 1.17 1997/08/13 12:44:38 dolzmann
- % Introduced service rldecdeg.
- %
- % Revision 1.16 1996/10/23 11:24:48 dolzmann
- % Added procedure ofsf_mkstrict.
- %
- % Revision 1.15 1996/10/20 15:54:57 sturm
- % Added switches rlnzden, rlposden, and rladdcond and corresponding code
- % handling the input of reciprocal terms.
- %
- % Revision 1.14 1996/10/17 13:52:07 sturm
- % Introduced services rlvarl, rlfvarl, and rlbvarl. Renamed cl_varl to
- % cl_varl1 for this.
- %
- % Revision 1.13 1996/10/14 16:03:08 sturm
- % Declared !*rlqeheu fluid for the optimizer.
- %
- % Revision 1.12 1996/10/08 13:54:33 dolzmann
- % Renamed "degree parity decomposition" to "parity decomposition".
- % Adapted names of procedures and switches accordingly.
- %
- % Revision 1.11 1996/10/01 10:23:07 reiske
- % Added ofsf services rlqews and rlqeipo.
- % Introduced new service rltnf and related code.
- %
- % Revision 1.10 1996/09/30 16:55:30 sturm
- % Switched to new tableau code.
- %
- % Revision 1.9 1996/09/29 14:22:57 sturm
- % Introduced services rlqea and rlgqea.
- %
- % Revision 1.8 1996/09/26 11:48:55 dolzmann
- % Do not use T as formal parameter.
- %
- % Revision 1.7 1996/09/05 11:14:46 dolzmann
- % Introduced new switch !*rlqegenct.
- % Using cl black box implementation for black box rl_trygauss.
- % Introduced new black boxes rl_qefsolset, rl_bettergaussp!*, rl_bestgaussp,
- % rl_esetunion, rl_structat, rl_ifstructat, and rl_termmlat.
- % Introduced new services rl_ifacml, rl_struct, rl_ifstruct, rl_termml, and
- % rl_terml.
- % Added lost procedure ofsf_simpterm.
- %
- % Revision 1.6 1996/08/01 11:45:27 reiske
- % Added services rl_natab, rl_nitab, and rl_gentheo.
- % Added black boxes rl_a2cdl and rl_getineq.
- %
- % Revision 1.5 1996/07/13 11:09:33 dolzmann
- % Introduced new switches !*rlgsbnf and !*rlgsutord.
- % Using cl black box implementations for black boxes rl_smsimpl!-impl
- % and rl_smsimpl!-equiv1.
- %
- % Revision 1.4 1996/07/07 14:38:14 sturm
- % Introduced new service rl_nnfnot.
- % Introduced new black box rl_eqnrhskernels.
- %
- % Revision 1.3 1996/05/21 17:14:07 sturm
- % Added service rl_subfof and black boxes rl_subat, rl_subalchk.
- %
- % Revision 1.2 1996/05/12 08:27:19 sturm
- % Loading rltools now.
- % Introduced new switch rlsitsqspl.
- % Introduced internal switch !*rlqegen.
- % Removed context control for switch ezgcd.
- % Introduced new services rl_thsimpl and rl_gqe.
- %
- % Revision 1.1 1996/03/22 12:13:59 sturm
- % Moved and split.
- %
- % Revision 1.25 1996/03/18 15:46:31 sturm
- % Moved switch defaults to module rl.
- % Removed ofsf_enter, ofsf_exit, and ofsf_svezgcd!*. The ezgcd is treated
- % as context switch now.
- % Added service rl_atml.
- % Removed properties ofsf_prepfn from the ofsf predicates.
- % Removed properties "prepfnname", "prepdefault", "resimpfnname", and
- % "resimpdefault" from "ofsf."
- % Added property "rl_prepat" to "ofsf."
- % Added procedures ofsf_prepat, ofsf_resimpat, ofsf_lengthat,
- % Added service rl_atml.
- % Removed procedure ofsf_tordp.
- % Adapted black box implementation ofsf_fctrat: the content is dropped now.
- %
- % Revision 1.24 1996/03/11 13:19:23 reiske
- % Added black box implementations ofsf_fctrat and ofsf_tordp.
- %
- % Revision 1.23 1996/03/10 13:03:49 sturm
- % Added default setting for switch !*rlqeheu.
- % Added service rl_matrix.
- % Changed verbosity output in module ofsfqe.
- % Removed Gauss code that was commented out previously.
- %
- % Revision 1.22 1996/03/10 12:48:54 dolzmann
- % Set services rl_dnf to ofsf_dnf and rl_cnf to ofsf_cnf respectively.
- % Added procedures ofsf_dnf, ofsf_cnf. These procedures call
- % cl_cnf/cl_cnf with !*rlsiso on where necessary.
- % Introduced new switch !*rlgsvb and corresponding code. Groebner
- % simplifier gives verbosity output only with both !*rlverbose and
- % !*rlgsvb on.
- %
- % Revision 1.21 1996/03/09 13:36:02 sturm
- % Added switch rlqesr and corresponding code.
- % Renamed constructors:
- % ofsf_constr2 -> ofsf_mk2
- % ofsf_0constr2 -> ofsf_0mk2
- % ofsf_constrn -> ofsf_mkn
- % Changes in module ofsfqe:
- % Added procedures ofsf_qesubcr1, ofsf_qesubcrpe1 and ofsf_qesubcrme1.
- % Added parameter "ans" to procedures ofsf_translat, ofsf_trygauss, and
- % ofsf_findeqsol.
- % Fixed a bug in (former) ofsf_qemkans.
- % Added procedures ofsf_qemkans1 and ofsf_qebacksub for answer
- % back-substitution.
- %
- % Revision 1.20 1996/03/04 17:11:41 sturm
- % Added ofsf_enter, ofsf_exit, and fluid ofsf_svezgcd!* for turning on
- % ezgcd while in ofsf context.
- % Added black box implementations ofsf_transform, ofsf_updatr.
- % Fixed a bug in ofsf_qscp.
- % Added detection of formulas that are linear after factorization to
- % ofsf_varsel. The same for quadratic formulas.
- % Added handling of answer transformations to ofsf_qemkans.
- % Moved ofsf_reorder to module sfto.
- %
- % Revision 1.19 1996/03/04 13:09:19 dolzmann
- % Removed loading of groebner packages.
- % Added switch !*rlbnfsac.
- % Added black box implementations ofsf_bnfsimpl, ofsf_sacat, ofsf_sacatlp.
- % New module ofsf_bnf. Moved code for bnf computation from ofsf_below to
- % ofsf_bnf.
- % Turned off !*rlsiexpla with groebner simplifier
- % Moved procedures gs_groebnerf, gs_preducef, gs_greducef to module sfto.
- % Moved procedure ofsf_gsatlp to module cl.
- %
- % Revision 1.18 1996/02/28 13:15:24 sturm
- % Added quadratic special case detection to ofsf_varsel.
- % Fixed bugs in elimination set computation.
- %
- % Revision 1.17 1996/02/26 12:46:51 sturm
- % Started the implementation of a proper ofsf_varsel.
- % Added factorization to the ofsf_translat and ofsf_trygauss black box
- % implementations. Degree violations are communicated to the module cl
- % now.
- % Fixed a bug in ofsf_elimsetscl.
- % Removed treatment of ...2q keys from the elimination set computation.
- %
- % Revision 1.16 1996/02/18 15:55:14 sturm
- % Turned rlsiexpla on by default.
- %
- % Revision 1.15 1996/02/18 14:27:58 sturm
- % Updated export list.
- % Added factorization to ofsf_simplequal and ofsf_simplneq. Added
- % corresponding switch !*rlsifac.
- % Removed switch !*rlsdnf.
- % Added black box implementation ofsf_trygauss.
- % Changed default settings for the switches !*rlqedfs and !*rlsimpl.
- % Added service rlatl.
- % Added procedures ofsf_rotrel, ofsf_crotrel, and ofsf_reorder.
- % Moved ofsf_splitterm and ofsf_mksol from module ofsfqe to
- % ofsf_optsplitterm and ofsf_optmksol resp. in module ofsfopt.
- % Rewritten module ofsfqe. Implemented quadratic elimination. This module
- % is under development.
- %
- % Revision 1.14 1996/02/18 12:46:07 dolzmann
- % Added default value for switch !*rlgserf.
- % Rewritten module ofsfgs.
- %
- % Revision 1.13 1995/11/16 08:06:36 sturm
- % Added default setting for switch rlsimpl.
- %
- % Revision 1.12 1995/10/18 08:53:05 sturm
- % Added switches rlbnfsb, rlbnfsm, parameter rlsubsumption!*, and
- % respective code.
- % Bug fix: atomic formulas are made unique in ofsf_entry2at now.
- % Made ofsf_gsd use DNF computation.
- %
- % Revision 1.11 1995/09/05 08:05:15 sturm
- % Reimplemented parts of smart simplification. Added switches rlsipo,
- % rlsipw; fixed a bug in smart simplification of impl.
- % Modified procedure ofsf_esaord: improved substitution, added switch
- % rlqesdnf.
- %
- % Revision 1.10 1995/08/31 08:40:47 sturm
- % Added RTYPEFN property to all relations except equal.
- %
- % Revision 1.9 1995/08/30 08:09:15 sturm
- % Moved interface code to file rlsf and adapted the tag properties.
- % Fixed a bug: renamed cl_smsimpl!-equiv to ofsf_smsimpl!-equiv1.
- % Major changes in module ofsfopt:
- % Added BFS option to ofsf_opt2 using switch rlqedfs.
- % Changed return protocol in ofsf_opt2.
- % Added elimination set computation wrt. "z". Code contains some
- % experimental switches.
- % Added counting of tree nodes with verbose output.
- %
- % Revision 1.8 1995/08/08 10:18:18 sturm
- % Added smart simplification code for impl and equiv.
- % Adapted calls to cl_simpl to the new knowl argument.
- %
- % Revision 1.7 1995/08/03 05:39:06 dolzmann
- % Added procedures ofsf_gsn, ofsf_gsatlp.
- %
- % Revision 1.6 1995/08/02 08:19:08 sturm
- % Split module ofsfsimpl into ofsfsimplat and ofsfsmsimpl. Rewritten
- % smart simplification code.
- % Minor changes in module ofsfgs; fixed term ordering to REVGRADLEX.
- % Changed copyright messages.
- %
- % Revision 1.5 1995/07/12 15:08:54 sturm
- % Added procedure ofsf_optsubstat to module ofsfopt.
- % Added procedures ofsf_ordatp and ofsf_ordrelp.
- % Set service rl_identifyonoff to cl_identifyonoff.
- %
- % Revision 1.4 1995/07/07 11:12:25 sturm
- % Removed remflag statement for load!-package.
- % Removed "_" in switch names.
- % Added export statement.
- % Added switch rlopt1s.
- % Added procedures ofsf_qemkans (parameter function), ofsf_simpterm,
- % ofsf_prepterm, and ofsf_mkterm.
- % Added comments.
- % Changes in module ofsfopt.
- % Renamed Groebner simplifiers: ofsf_gbcsimpl to ofsf_gsc and
- % ofsf_gbdsimpl to ofsf_gsd.
- % Changed verbosity output, ioto is used now.
- %
- % Revision 1.3 1995/06/21 10:42:02 sturm
- % Removed declarations of non-used local variables.
- % Turned on switch rl_tabib by default.
- % Updated create!-package commented it out.
- % Many changes in module ofsfqe.
- % Added smart simplification code in module ofsfsimpl; ofsf_simpl1 is
- % used instead of of_simpl1 now.
- % Added module ofsfopt.
- %
- % Revision 1.2 1995/06/01 13:54:04 dolzmann
- % Added switch rl_verbose.
- % Fixed bugs in ofsf_simplleq and ofsf_simplgreaterp.
- % Added module ofsfgs containing a Groebner simplifier. Parts of the
- % interface have already been part of the previous revision.
- %
- % Revision 1.1 1995/05/29 14:47:21 sturm
- % Initial check-in.
- %
- % ----------------------------------------------------------------------
- lisp <<
- fluid '(ofsf_rcsid!* ofsf_copyright!*);
- ofsf_rcsid!* := "$Id: ofsf.red,v 1.52 2003/10/24 11:52:43 gilch Exp $";
- ofsf_copyright!* := "Copyright (c) 1995-1999 by A. Dolzmann and T. Sturm"
- >>;
- module ofsf;
- % Ordered field standard form. Main module. Algorithms on first-order
- % formulas over ordered fields. The language contains binary relations
- % ['equal], ['neq], ['greaterp], ['lessp], ['geq], ['leq].
- create!-package('(ofsf ofsfsiat ofsfsism ofsfbnf ofsfqe ofsfopt ofsfgs
- ofsfmisc ofsfcad ofsfcadproj ofsfanuex ofsfxopt ofsfdet ofsftfc ofsfhqe),
- nil);
- load!-package 'cl;
- load!-package 'rltools;
- load!-package 'linalg;
- load!-package 'matrix;
- load!-package 'factor;
- remflag('(load!-package),'eval); % for bootstrapping
- load!-package 'cgb;
- flag('(load!-package),'eval);
- exports ofsf_simpterm,ofsf_prepat,ofsf_resimpat,ofsf_lengthat,ofsf_chsimpat,
- ofsf_simpat,ofsf_op,ofsf_arg2l,ofsf_arg2r,ofsf_argn,ofsf_mk2,ofsf_0mk2,
- ofsf_mkn,ofsf_opp,ofsf_mkstrict,ofsf_simplat1,ofsf_smrmknowl,ofsf_smcpknowl,
- ofsf_smupdknowl,ofsf_smmkatl,ofsf_dnf,ofsf_cnf,ofsf_subsumption,
- ofsf_sacatlp,ofsf_sacat,ofsf_varsel,ofsf_qesubcr1,ofsf_qesubcr2,ofsf_qesubr,
- ofsf_qesubcq,ofsf_qesubq,ofsf_qesubi,ofsf_qesubcrpe1,ofsf_qesubcrme1,
- ofsf_qesubcrpe2,ofsf_qesubcrme2,ofsf_qesubrpe,ofsf_qesubrme,ofsf_qesubcqpe,
- ofsf_qesubcqme,ofsf_qesubqpe,ofsf_qesubqme,ofsf_valassp,ofsf_translat,
- ofsf_surep,ofsf_elimset,ofsf_bettergaussp,ofsf_esetunion,ofsf_bestgaussp,
- ofsf_qefsolset,ofsf_qemkans,ofsf_preprexpr,ofsf_decdeg,ofsf_decdeg1,
- ofsf_transform,ofsf_updatr,ofsf_thsimpl,ofsf_specelim,ofsf_opt,ofsf_gsn,
- ofsf_gsc,ofsf_gsd,ofsf_gssimplify,ofsf_gssimplify0,ofsf_termprint,
- ofsf_canegrel,ofsf_anegrel,ofsf_clnegrel,ofsf_lnegrel,ofsf_fctrat,
- ofsf_negateat,ofsf_varlat,ofsf_varsubstat,ofsf_ordatp,ofsf_ordrelp,
- ofsf_a2cdl,ofsf_t2cdl,ofsf_subat,ofsf_subalchk,ofsf_eqnrhskernels,
- ofsf_getineq,ofsf_structat,ofsf_ifstructat,ofsf_termmlat,ofsf_multsurep,
- ofsf_cad,ofsf_cadswitches;
-
- imports cl,rltools;
- fluid '(!*rlsiatadv !*rlsipd !*rlsiexpl !*rlsiexpla !*rlgssub !*rlsiso !*rlqesr
- !*rlgsrad !*rlgsred !*rlgsprod !*rlgserf !*rlverbose !*rlqedfs !*rlsipw
- !*rlsipo !*rlparallel !*rlopt1s !*rlsifac !*rlbnfsac !*rlgsvb !*rlqegen
- !*rlsitsqspl !*rlgsbnf !*rlgsutord !*rlqegenct !*rlqeheu !*rlnzden
- !*rlposden !*rladdcond !*rlqeqsc !*rlqesqsc !*rlsusi !*rlsusimult !*rlsusigs
- !*rlsusiadd !*rlcadfac !*rlcaddnfformula !*rlcadpreponly !*rlcadbaseonly
- !*rlcadextonly !*rlcadprojonly !*rlcadverbose !*rlcaddebug !*rlcadpartial
- !*rlcadfulldimonly !*rlcadtrimtree !*rlcadrawformula !*rlcadisoallroots
- !*rlcadaproj !*rlcadaprojalways !*rlcadhongproj !*exp !*rlanuexverbose
- !*rlanuexdifferentroots !*rlanuexdebug !*rlanuexpsremseq
- !*rlanuexgcdnormalize !*rlanuexsgnopt !*rlcaddecdeg !*rlcadte !*rlcadpbfvs
- !*rlvmatvb ofsf_cadtheo!* cl_pal!* cl_lps!* cl_theo!* !*rlcadfasteval
- ofsf_xopt!-nodes!* ofsf_xopt!-delnodes!* ofsf_xopt!-plnodes!*
- ofsf_xopt!-fnodes!* ofsf_xopt!-thcof!* !*rlxoptqe !*rlxopt !*rlxoptsb
- !*rlxoptpl !*rlxoptri !*rlxoptric !*rlxoptrir !*rlxoptses !*rlourdet
- ofsf_gstv!* !*cgbverbose !*groebopt !*rlhqetfcsplit !*rlhqetfcfullsplit
- !*rlhqetfcfast !*rlhqevb !*rlhqevarsel !*rlhqevarselx !*rlhqedim0
- !*rlhqetheory !*rlhqegbred !*rlhqeconnect !*rlhqestrconst !*rlhqegbdimmin
- !*rlhqegen);
- fluid '(!*rlqegen1 !*rlcadmcproj !*rlpscsgen); % temporary for CAD
- fluid '(ofsf_hqetheo!* ofsf_hqexvars!*); % temporary for HQE
- flag('(ofsf),'rl_package);
- % Parameters
- put('ofsf,'rl_params,'(
- (rl_subat!* . ofsf_subat)
- (rl_subalchk!* . ofsf_subalchk)
- (rl_eqnrhskernels!* . ofsf_eqnrhskernels)
- (rl_ordatp!* . ofsf_ordatp)
- (rl_qemkans!* . ofsf_qemkans)
- (rl_simplat1!* . ofsf_simplat1)
- (rl_smupdknowl!* . ofsf_smwupdknowl)
- (rl_smrmknowl!* . ofsf_smwrmknowl)
- (rl_smcpknowl!* . ofsf_smwcpknowl)
- (rl_smmkatl!* . ofsf_smwmkatl)
- (rl_smsimpl!-impl!* . cl_smsimpl!-impl)
- (rl_smsimpl!-equiv1!* . cl_smsimpl!-equiv1)
- (rl_susipost!* . ofsf_susipost)
- (rl_susitf!* . ofsf_susitf)
- (rl_susibin!* . ofsf_susibin)
- (rl_negateat!* . ofsf_negateat)
- (rl_varlat!* . ofsf_varlat)
- (rl_varsubstat!* . ofsf_varsubstat)
- (rl_translat!* . ofsf_translat)
- (rl_elimset!*. ofsf_elimset)
- (rl_trygauss!* . cl_trygauss)
- (rl_varsel!* . ofsf_varsel)
- (rl_subsumption!* . ofsf_subsumption)
- (rl_bnfsimpl!* . cl_bnfsimpl)
- (rl_sacat!* . ofsf_sacat)
- (rl_sacatlp!* . ofsf_sacatlp)
- (rl_qstrycons!* . ofsf_qstrycons)
- (rl_qscsaat!* . cl_qscsaat)
- (rl_qssubat!* . ofsf_qssubat)
- (rl_qsconsens!* . cl_qsnconsens)
- (rl_qsimpltestccl!* . cl_qsimpltestccl)
- % (rl_qssubsumep!* . cl_qssusubyit)
- (rl_qssubsumep!* . cl_qssusubytab)
- (rl_qstautp!* . cl_qstautp)
- (rl_qssusuat!* . ofsf_qssusuat)
- (rl_qssimpl!* . cl_qssimpl)
- (rl_qssiadd!* . ofsf_qssiadd)
- (rl_fctrat!* . ofsf_fctrat)
- (rl_tordp!* . ordp)
- (rl_transform!* . ofsf_transform)
- (rl_updatr!* . ofsf_updatr)
- (rl_a2cdl!* . ofsf_a2cdl)
- (rl_t2cdl!* . ofsf_t2cdl)
- (rl_getineq!* . ofsf_getineq)
- (rl_qefsolset!* . ofsf_qefsolset)
- (rl_bettergaussp!* . ofsf_bettergaussp)
- (rl_bestgaussp!* . ofsf_bestgaussp)
- (rl_esetunion!* . ofsf_esetunion)
- (rl_structat!* . ofsf_structat)
- (rl_ifstructat!* . ofsf_ifstructat)
- (rl_termmlat!* . ofsf_termmlat)
- (rl_multsurep!* . ofsf_multsurep)
- (rl_specelim!* . ofsf_specelim)
- (rl_fbqe!* . ofsf_fbqe)));
- % Services
- put('ofsf,'rl_services,'(
- (rl_subfof!* . cl_subfof)
- (rl_identifyonoff!* . cl_identifyonoff)
- (rl_simpl!* . cl_simpl)
- (rl_thsimpl!* . ofsf_thsimpl)
- (rl_nnf!* . cl_nnf)
- (rl_nnfnot!* . cl_nnfnot)
- (rl_pnf!* . cl_pnf)
- (rl_cnf!* . ofsf_cnf)
- (rl_dnf!* . ofsf_dnf)
- (rl_all!* . cl_all)
- (rl_ex!* . cl_ex)
- (rl_atnum!* . cl_atnum)
- (rl_qnum!* . cl_qnum)
- (rl_tab!* . cl_tab)
- (rl_atab!* . cl_atab)
- (rl_itab!* . cl_itab)
- (rl_gsc!* . ofsf_gsc)
- (rl_gsd!* . ofsf_gsd)
- (rl_gsn!* . ofsf_gsn)
- (rl_qe!* . ofsf_qe)
- (rl_qea!* . ofsf_qea)
- (rl_gqe!* . cl_gqe)
- (rl_gqea!* . cl_gqea)
- (rl_qeipo!* . cl_qeipo)
- (rl_qews!* . cl_qews)
- (rl_opt!* . ofsf_opt)
- (rl_ifacl!* . cl_ifacl)
- (rl_ifacml!* . cl_ifacml)
- (rl_matrix!* . cl_matrix)
- (rl_apnf!* . cl_apnf)
- (rl_atml!* . cl_atml)
- (rl_tnf!* . cl_tnf)
- (rl_atl!* . cl_atl)
- (rl_struct!* . cl_struct)
- (rl_ifstruct!* . cl_ifstruct)
- (rl_termml!* . cl_termml)
- (rl_terml!* . cl_terml)
- (rl_varl!* . cl_varl)
- (rl_fvarl!* . cl_fvarl)
- (rl_bvarl!* . cl_bvarl)
- (rl_gentheo!* . cl_gentheo)
- (rl_decdeg!* . ofsf_decdeg)
- (rl_decdeg1!* . ofsf_decdeg1)
- (rl_surep!* . cl_surep)
- (rl_siaddatl!* . cl_siaddatl)
- (rl_cad!* . ofsf_cad)
- (rl_gcad!* . ofsf_gcad)
- (rl_cadswitches!* . ofsf_cadswitches)
- (rl_lqe!* . cl_lqe)
- (rl_xqe!* . ofsf_xopt!-qe)
- (rl_xqea!* . ofsf_xopt!-qea)
- (rl_lthsimpl!* . ofsf_lthsimpl)
- (rl_lthsimpl!* . ofsf_lthsimpl)
- (rl_quine!* . cl_quine)
- (rl_cadporder!* . ofsf_cadporder)
- (rl_gcadporder!* . ofsf_gcadporder)
- (rl_cadproj!* . ofsf_cadproj)
- (rl_hqe!* . ofsf_hqe)
- (rl_ghqe!* . ofsf_ghqe)));
- % Admin
- put('ofsf,'simpfnname,'ofsf_simpfn);
- put('ofsf,'simpdefault,'ofsf_simprel);
- put('ofsf,'rl_prepat,'ofsf_prepat);
- put('ofsf,'rl_resimpat,'ofsf_resimpat);
- put('ofsf,'rl_lengthat,'ofsf_lengthat);
- put('ofsf,'rl_prepterm,'prepf);
- put('ofsf,'rl_simpterm,'ofsf_simpterm);
- algebraic infix equal;
- put('equal,'ofsf_simpfn,'ofsf_chsimpat);
- put('equal,'number!-of!-args,2);
- algebraic infix neq;
- put('neq,'ofsf_simpfn,'ofsf_chsimpat);
- put('neq,'number!-of!-args,2);
- put('neq,'rtypefn,'quotelog);
- newtok '((!< !>) neq);
- algebraic infix leq;
- put('leq,'ofsf_simpfn,'ofsf_chsimpat);
- put('leq,'number!-of!-args,2);
- put('leq,'rtypefn,'quotelog);
- algebraic infix geq;
- put('geq,'ofsf_simpfn,'ofsf_chsimpat);
- put('geq,'number!-of!-args,2);
- put('geq,'rtypefn,'quotelog);
- algebraic infix lessp;
- put('lessp,'ofsf_simpfn,'ofsf_chsimpat);
- put('lessp,'number!-of!-args,2);
- put('lessp,'rtypefn,'quotelog);
- algebraic infix greaterp;
- put('greaterp,'ofsf_simpfn,'ofsf_chsimpat);
- put('greaterp,'number!-of!-args,2);
- put('greaterp,'rtypefn,'quotelog);
- flag('(equal neq leq geq lessp greaterp),'spaced);
- flag('(ofsf_chsimpat),'full);
- procedure ofsf_simpterm(u);
- numr simp u;
- procedure ofsf_prepat(f);
- {ofsf_op f,prepf ofsf_arg2l f,prepf ofsf_arg2r f};
- procedure ofsf_resimpat(f);
- ofsf_mk2(ofsf_op f,
- numr resimp !*f2q ofsf_arg2l f,numr resimp !*f2q ofsf_arg2r f);
- procedure ofsf_lengthat(f);
- 2;
- procedure ofsf_chsimpat(u);
- rl_smkn('and,for each x in ofsf_chsimpat1 u collect ofsf_simpat x);
- procedure ofsf_chsimpat1(u);
- begin scalar leftl,rightl,lhs,rhs;
- lhs := cadr u;
- if pairp lhs and ofsf_opp car lhs then <<
- leftl := ofsf_chsimpat1 lhs;
- lhs := caddr lastcar leftl
- >>;
- rhs := caddr u;
- if pairp rhs and ofsf_opp car rhs then <<
- rightl := ofsf_chsimpat1 rhs;
- rhs := cadr car rightl
- >>;
- return nconc(leftl,{car u,lhs,rhs} . rightl)
- end;
- procedure ofsf_simpat(u);
- % Ordered field simp atomic formula. [u] is Lisp prefix. Returns an
- % atomic formula.
- begin scalar op,lhs,rhs,nlhs,f;
- op := car u;
- lhs := simp cadr u;
- if not (!*rlnzden or !*rlposden or (domainp denr lhs)) then
- typerr(u,"atomic formula");
- rhs := simp caddr u;
- if not (!*rlnzden or !*rlposden or (domainp denr rhs)) then
- typerr(u,"atomic formula");
- lhs := subtrsq(lhs,rhs);
- nlhs := numr lhs;
- if !*rlposden and not domainp denr lhs then <<
- f := ofsf_0mk2(op,nlhs);
- if !*rladdcond then
- f := if op memq '(lessp leq greaterp geq) then
- rl_mkn('and,{ofsf_0mk2('greaterp,denr lhs),f})
- else
- rl_mkn('and,{ofsf_0mk2('neq,denr lhs),f});
- return f
- >>;
- if !*rlnzden and not domainp denr lhs then <<
- if op memq '(lessp leq greaterp geq) then
- nlhs := multf(nlhs,denr lhs);
- f := ofsf_0mk2(op,nlhs);
- if !*rladdcond then
- f := rl_mkn('and,{ofsf_0mk2('neq,denr lhs),f});
- return f
- >>;
- return ofsf_0mk2(op,nlhs)
- end;
- procedure ofsf_op(atf);
- % Ordered field operator. [atf] is an atomic formula
- % $R(t_1,t_2)$. Returns $R$.
- car atf;
- procedure ofsf_arg2l(atf);
- % Ordered field binary operator left hand side argument. [atf] is
- % an atomic formula $R(t_1,t_2)$. Returns $t_1$.
- cadr atf;
- procedure ofsf_arg2r(atf);
- % Ordered field binary operator right hand side argument. [atf] is
- % an atomic formula $R(t_1,t_2)$. Returns $t_2$.
- caddr atf;
- procedure ofsf_argn(atf);
- % Ordered field binary operator right hand side argument. [atf] is
- % an atomic formula $R(t_1,t_2)$. Returns the list $(t_1,t_2)$.
- {cadr atf,caddr atf};
- procedure ofsf_mk2(op,lhs,rhs);
- % Ordered field constructor for binary operator. [op] is a relation
- % [lhs] and [rhs] are terms. Returns the atomic formula
- % $[op]([lhs],[rhs])$.
- {op,lhs,rhs};
- procedure ofsf_0mk2(op,lhs);
- % Ordered field zero constructor for binary operator. [op] is a
- % relation [lhs] is a term. Returns the atomic formula
- % $[op]([lhs],0)$.
- {op,lhs,nil};
- procedure ofsf_mkn(op,argl);
- % Ordered field constructor for binary operator. [op] is a relation
- % [argl] is a list $(t_1,t_2)$ of terms. Returns the atomic formula
- % $[op](t_1,t_2)$.
- {op,car argl,cadr argl};
- procedure ofsf_opp(op);
- % Orderd field standard form operator predicate. [op] is an
- % S-expression. Returns [nil] if op is not a relation.
- op memq '(lessp leq equal neq geq greaterp);
- procedure ofsf_mkstrict(r);
- % Ordered field standard form make strict. [r] is an ordering
- % relation. Returns the strict part of [r].
- if r eq 'leq then 'lessp else if r eq 'geq then 'greaterp else r;
- endmodule; % [ofsf]
- end; % of file
|