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.

Ignore:
Timestamp:
2016-06-04T22:56:30-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

Added ring classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/pair-queue.lisp

    r4190 r4312  
    2525           "CRITICAL-PAIR-FIRST"
    2626           "CRITICAL-PAIR-SECOND"
     27           "CRITICAL-PAIR-DATA"
    2728           "CRITICAL-PAIR-QUEUE"
    2829           "SELECTION-STRATEGY"
     
    4243  ((first :initform nil  :initarg :first :accessor critical-pair-first :type poly)
    4344   (second :initform nil :initarg :second :accessor critical-pair-second :type poly)
    44    (data :initform nil :accessor critical-pair-division-data))
     45   (data :initform nil :accessor critical-pair-data))
    4546  (:documentation "Represents a critical pair, i.e. a pair of two
    4647polynomials. The derived classes may add extra data used in computing
Note: See TracChangeset for help on using the changeset viewer.