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 3949


Ignore:
Timestamp:
2016-05-30T00:46:41-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3948 r3949  
    2121
    2222(defpackage "PAIR-QUEUE"
    23   (:use :cl :priority-queue :monom :polynomial :utils)
     23  (:use :cl :priority-queue :monom :polynomial :symbolic-polynomial :utils)
    2424  (:export "CRITICAL-PAIR"
    2525           "CRITICAL-PAIR-FIRST"
    2626           "CRITICAL-PAIR-SECOND"
    2727           "CRITICAL-PAIR-QUEUE"
    28            "PAIR-QUEUE-INITIALIZE"
    2928           "PAIR-QUEUE-INSERT"
    3029           "PAIR-QUEUE-REMOVE"
Note: See TracChangeset for help on using the changeset viewer.