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 469


Ignore:
Timestamp:
2015-06-06T20:31:30-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/division.lisp

    r465 r469  
    2121
    2222(defpackage "DIVISION"
    23   (:use :cl :ring :monomial :polynomial :grobner-debug)
     23  (:use :cl :ring :monomial :polynomial :grobner-debug :term)
    2424  (:export "POLY-PSEUDO-DIVIDE"
    2525           "POLY-EXACT-DIVIDE"
     
    2929
    3030(in-package :division)
     31
     32(defvar $poly_top_reduction_only nil
     33  "If not FALSE, use top reduction only whenever possible.
     34Top reduction means that division algorithm stops after the first reduction.")
    3135
    3236;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.