Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#1 closed defect (fixed)

The :colored-poly-use-grobner *feature*

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 Marek Rychlik)

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 (7)

comment:1 by Marek Rychlik, 15 years ago

Owner: changed from somebody to Marek Rychlik

comment:2 by Marek Rychlik, 15 years ago

Description: modified (diff)

comment:3 by Marek Rychlik, 15 years ago

Description: modified (diff)

comment:4 by Marek Rychlik, 15 years ago

Description: modified (diff)

comment:5 by Marek Rychlik, 15 years ago

Description: modified (diff)
Summary: A mulfunctioning *features* featureThe :colore-poly-use-grobner *feature*

comment:6 by Marek Rychlik, 15 years ago

Resolution: fixed
Status: newclosed

comment:7 by Marek Rychlik, 15 years ago

Summary: The :colore-poly-use-grobner *feature*The :colored-poly-use-grobner *feature*
Note: See TracTickets for help on using tickets.