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 577


Ignore:
Timestamp:
2015-06-06T22:59:00-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r571 r577  
    168168    (t (merror "Expression ~M is not a list of polynomials in variables ~M."
    169169               expr vars))))
     170
    170171(defun parse-poly-list-list (poly-list-list vars)
    171172  (mapcar #'(lambda (g) (parse-poly-list g vars)) (coerce-maxima-list poly-list-list)))
Note: See TracChangeset for help on using the changeset viewer.