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 4433


Ignore:
Timestamp:
2016-06-10T09:50:17-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4401 r4433  
    145145    (&body)))
    146146   
    147 #+nil
    148 (test buchberger-criterion-preliminary
    149   (with-fixture buchberger-criterion-context ()
    150     (print (poly->string (elt gb 0)))
    151     (print (poly->string (elt gb 6)))))
    152    
    153147
    154148(test buchberger-containment
     
    180174                  "Failed with I=~S, J=~S~%" I J)))))
    181175
    182 #+nil
    183176(test buchberger-criterion
    184177  "Buchberger criterion"
    185   (with-fixture buchberger-advanced-context ()
     178  (with-fixture buchberger-criterion-context ()
    186179    (is-true (grobner-test gb fl))
    187180    )
Note: See TracChangeset for help on using the changeset viewer.