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 3118


Ignore:
Timestamp:
2015-06-22T08:19:08-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3117 r3118  
    354354      :termlist (apply #'nconc (mapcar #'poly-termlist plist))))))
    355355
    356 #|
    357 
    358 
    359 
    360356(defun saturation-extension-1 (ring f p)
    361357  "Calculate [F, U*P-1]. It destructively modifies F."
    362358  (declare (type ring ring))
    363359  (polysaturation-extension ring f (list p)))
     360
     361#|
    364362
    365363;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.