#1396: Ideal.groebner_basis should accept keyword arguments for strategy
parameters
---------------------------------+------------------------------------------
Reporter: malb | Owner: john_perry
Type: enhancement | Status: new
Priority: minor | Milestone: sage-3.4.1
Component: commutative algebra | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Comment (by john_perry):
Replying to [ticket:1396 malb]:
> e.g. Singular supports {{{redTail}}} and such. We should provide a
somewhat unified interface for those (probably modelled after whatever
Singular provides).
I have a version of this going now, with the behavior similar to what the
ticket requests. However, would it be more desirable to allow the user's
options to persist through several operations, using an interface such as
(say)
* `I.set_singular_option("lazy"); I.groebner_basis()`
rather than add arguments only to the Groebner basis command, such as
* `I.groebner_basis(lazy=True)`
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1396#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---