close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 4211


Ignore:
Timestamp:
2016-06-04T12:58:23-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r4210 r4211  
    230230(defun grobner-test (g f)
    231231  "Test whether G is a Grobner basis and F is contained in G. Return T
    232 upon success and NIL otherwise.
    233 The function GROBNER-TEST is provided primarily for debugging purposes. To
    234 enable verification of grobner bases with BUCHBERGER-CRITERION, do
     232upon success and NIL otherwise. The function GROBNER-TEST is provided
     233primarily for debugging purposes. To enable verification of grobner
     234bases with BUCHBERGER-CRITERION, do
    235235(pushnew :grobner-check *features*) and compile/load this file.  With
    236236this feature, the calculations will slow down CONSIDERABLY."
Note: See TracChangeset for help on using the changeset viewer.