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 4465 for branches


Ignore:
Timestamp:
2016-06-14T19:53:22-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/buchberger.lisp

    r4463 r4465  
    4949                    (grobner-test (subseq f 0 start) (subseq f 0 start)))
    5050  ;;Initialize critical pairs
    51   (let ((b (make-critical-pair-queue *min-total-degree-strategy* f start))
     51  (let ((b (make-critical-pair-queue *normal-strategy* f start))
    5252        (b-done (make-hash-table :test #'equal)))
    5353    (declare (type critical-pair-queue b) (type hash-table b-done))
Note: See TracChangeset for help on using the changeset viewer.