Opened 16 years ago
Last modified 16 years ago
#1 closed defect
The :colore-poly-use-grobner *feature* — at Version 5
Reported by: | Marek Rychlik | Owned by: | Marek Rychlik |
---|---|---|---|
Priority: | minor | Milestone: | Consolidation of existing code |
Component: | cgblisp-core | Version: | 1.0 |
Keywords: | features | Cc: |
Description (last modified by )
Problem description
The package does not work without feature :colored-poly-use-grobner. The problem is within the file colored-poly.lisp. With this switch, colored-poly.lisp uses itself to compute Groebner bases. The problem is localized to code affected by the switch.
To reproduce the behavior, one should:
- Comment out the (pushnew :colored-poly-use-grobner *features*) forms and load the package.
- Load the system using (asdf:operate 'asdf:load-op 'cgb)
- Switch package: (in-package :cgb-lisp)
- Run all built-in examples: (all-examples)
The package will fail in string-grobner-system.
Change History (5)
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Description: | modified (diff) |
---|
comment:3 by , 16 years ago
Description: | modified (diff) |
---|
comment:4 by , 16 years ago
Description: | modified (diff) |
---|
comment:5 by , 16 years ago
Description: | modified (diff) |
---|---|
Summary: | A mulfunctioning *features* feature → The :colore-poly-use-grobner *feature* |
Note:
See TracTickets
for help on using tickets.