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

    r4180 r4312  
    3030(in-package :criterion)
    3131
    32 (proclaim '(optimize (speed 3) (space 0) (safety 0) (debug 0)))
     32;;(proclaim '(optimize (speed 3) (space 0) (safety 0) (debug 0)))
    3333
    3434(defgeneric criterion-1 (pair)
     
    6161    ;; appear in the hash table B-done
    6262    (dolist (h partial-basis nil)
    63       (format t "Considering H:~S~%" h)
    6463      (cond
    6564        ((eq h f)
     
    7978                         ((:before :in-the-middle) (list h g))
    8079                         (:after (list g h)))
    81                        b-done))
     80                       b-done)
     81              )
    8282         (debug-cgb ":2")
    8383         (return-from criterion-2 t))))))
Note: See TracChangeset for help on using the changeset viewer.