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


Ignore:
Timestamp:
2016-06-17T11:18:01-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial-sugar.lisp

    r4505 r4506  
    1414
    1515(defclass sugar ()
     16  (:documentation "Sugar is a quantity added to various objects, such
     17  as monomials, terms and polynomials.")
    1618  ((value :initarg :value :initform -1 :accessor sugar-value :type fixnum)))
    1719
Note: See TracChangeset for help on using the changeset viewer.