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 4188


Ignore:
Timestamp:
2016-06-03T18:38:37-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4163 r4188  
    6262         (q (string->poly "5*x+7*y*z^2" '(x y z)))
    6363         (r (string->poly "13*x^2*y+19*z" '(x y z)))
    64          (queue (make-critical-pair-queue +normal-strategy+ (list p q r))))
     64         (queue (make-critical-pair-queue *normal-strategy* (list p q r))))
    6565    (&body)))
    6666
Note: See TracChangeset for help on using the changeset viewer.