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/5am-criterion.lisp

    r4179 r4312  
    103103         (pair (make-instance 'critical-pair :first f :second g))
    104104         (b-done (make-hash-table :test #'equal))
    105          (partial-basis (list h)))
     105         (partial-basis (list f g h)))
    106106    ;; Initialize the lookup table of done pairs
    107     (setf (gethash (list h f) b-done) t
    108           (gethash (list h g) b-done) t)
     107    (setf ;;(gethash (list h f) b-done) t
     108          (gethash (list f h) b-done) t
     109          ;;(gethash (list h g) b-done) t
     110          (gethash (list g h) b-done) t
     111          )
    109112    (&body)))
    110113
Note: See TracChangeset for help on using the changeset viewer.