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 167


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

* empty log message *

File:
1 edited

Legend:

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

    r165 r167  
    4242               (defmacro with-compilation-unit (a &rest b) `(progn ,@b)))
    4343
    44 ;;(with-compilation-unit nil
    45   ($load "utils")
    46   ($load "grobner")
    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")
    61 ;;)
    62 
     44#+sbcl(require 'asdf)
     45(load "grobner.asd")
     46(asdf:load-system :grobner)
    6347
    6448;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.