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


Ignore:
Timestamp:
2016-06-07T19:03:45-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
Location:
branches/f4grobner
Files:
3 edited

Legend:

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

    r4389 r4401  
    168168      (is (universal-equalp fl fl-copy)))))
    169169
    170 #+nil
    171170(test buchberger-criterion-full
    172171  (with-fixture buchberger-criterion-context
  • branches/f4grobner/infix-printer.lisp

    r4400 r4401  
    3636   (t
    3737    (dolist (arg lst)
     38      ;;(format t "Processing arg: ~S~%" arg)
    3839      (setf true-sep sep)
    3940      (incf count)
     
    4344                 (consp arg)
    4445                 (eq alt-op (car arg)))
    45         (setf arg (cadr arg)
    46               true-sep alt-sep))
     46        (setf arg (cadr arg) true-sep alt-sep))
    4747      (if beg
    4848          (setf beg nil)
     
    100100      ((+ - * /)
    101101       (infix-print-separated-list
    102         (cdr expr)
    103         (car expr)
     102        (cdr expr)                     
     103        (car expr)                     
    104104        stream
    105         (car expr)
    106         (1+ print-level)
     105        (car expr)                     
     106        (1+ print-level)               
    107107        (cond ((eq (car expr) '+) '-)
    108108              ((eq (car expr) '-) '-)
  • branches/f4grobner/test5.lisp

    r4394 r4401  
    2626          (setf sp-rem (normal-form sp fl))
    2727          (format t "NORMAL-FORM(~A,~A) --> ~A~%"
    28                   (poly->string sp-rem)
     28                  (poly->string sp)
    2929                  (poly->string (cons :[ fl))
    3030                  (poly->string sp-rem))
Note: See TracChangeset for help on using the changeset viewer.