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 178


Ignore:
Timestamp:
2015-06-05T14:25:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r177 r178  
    4343
    4444#+sbcl(require 'asdf)
    45 (meval '(($PUSH) "/home/marek/Repos/MaximaGrobner/branches/f4grobner/$$$.{fasl,lisp,lsp}" $FILE_SEARCH_LISP))
    46 
    47 ;;(with-compilation-unit nil
    48   ($load "grobner")
    49   ($load "utils")
    50   ($load "monomial")
    51   ($load "term")
    52   ($load "termlist")
    53   ($load "polynomial")
    54   ($load "order")
    55   ($load "order-mk")
    56   ($load "priority-queue")
    57   ($load "pair-queue")
    58   ($load "division")
    59   ($load "criterion")
    60   ($load "buchberger")
    61   ($load "gebauer-moeller")
    62   ($load "gb-postprocessing")
    63   ($load "ideal")
    64 ;;)
     45($load "grobner")
     46($load "utils")
     47($load "monomial")
     48($load "term")
     49($load "termlist")
     50($load "polynomial")
     51($load "order")
     52($load "order-mk")
     53($load "priority-queue")
     54($load "pair-queue")
     55($load "division")
     56($load "criterion")
     57($load "buchberger")
     58($load "gebauer-moeller")
     59($load "gb-postprocessing")
     60($load "ideal")
    6561
    6662;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.