Changeset 4467 for branches/f4grobner
- Timestamp:
- 2016-06-14T20:03:33-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-pair-queue.lisp
r4325 r4467 64 64 (with-fixture poly-context () 65 65 (let ((pair (dequeue queue))) 66 (is (universal-equalp (critical-pair-first pair) p)) 67 (is (universal-equalp (critical-pair-second pair) q))))) 66 ;; The best pair is (q r) 67 (is (universal-equalp (critical-pair-first pair) q)) 68 (is (universal-equalp (critical-pair-second pair) r))))) 68 69 69 70 ;; TODO: Implement more meaningful tests
Note:
See TracChangeset
for help on using the changeset viewer.