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-06-06T20:29:14-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ngrobner.lisp

    r443 r467  
    6060list of terms in the current monomial order rather than a Maxima general expression.")
    6161
    62 (defvar $poly_grobner_debug nil
    63   "If set to TRUE, produce debugging and tracing output.")
    64 
    6562(defvar $poly_grobner_algorithm '$buchberger
    6663  "The name of the algorithm used to find grobner bases.")
     
    8481;;
    8582;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    86 
    87 
    88 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    89 ;;
    90 ;; Debugging/tracing
    91 ;;
    92 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    93 (defmacro debug-cgb (&rest args)
    94   `(when $poly_grobner_debug (format *terminal-io* ,@args)))
    9583
    9684
Note: See TracChangeset for help on using the changeset viewer.