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 174


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

* empty log message *

File:
1 edited

Legend:

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

    r173 r174  
    4444#+sbcl(require 'asdf)
    4545(meval '(($PUSH) "/home/marek/Repos/MaximaGrobner/branches/f4grobner/$$$.{fasl,lisp,asd,lsp}" $FILE_SEARCH_LISP))
    46 ($load "grobner.asd")
    47 (asdf:load-system :grobner)
     46
     47;;(with-compilation-unit nil
     48  ($load "utils")
     49  ($load "grobner")
     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;;)
    4865
    4966;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.