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.

Ignore:
Timestamp:
2015-09-06T07:17:17-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3706 r3707  
    172172         (sat-ext (list (alist->poly '( ((0 1 0 0) . 2) ((0 1 0 1) . 3)))
    173173                        (alist->poly '( ((0 1 0 0) . 5) ((0 0 1 2) . 7)))
    174                         (alist->poly '( ((1 1 1 1) . 11) ((1 2 3 4) . 13) ((0 0 0 0) . -1))))))
     174                        (alist->poly '( ((0 0 0 0) . -1) ((1 1 1 1) . 11) ((1 2 3 4) . 13) )))))
    175175    (is (universal-equalp (saturation-extension f (list p)) sat-ext))))
    176176
Note: See TracChangeset for help on using the changeset viewer.