#876: Implement or wrap Braid Groups
-----------------------------+----------------------------------------------
Reporter: robertwb | Owner: robertwb
Type: enhancement | Status: new
Priority: major | Milestone: sage-wishlist
Component: combinatorics | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
-----------------------------+----------------------------------------------
Changes (by kcrisman):
* upstream: => N/A
Comment:
Incidentally, apparently the braid package is now autoloaded, though it
doesn't seem to be used anywhere. This is improperly documented in
interfaces/gap.py, though:
{{{
The packages sonata, guava, factint, gapdoc, grape, design, toric,
and laguna are loaded in all cases before the workspace is saved,
if they are available.
}}}
{{{
g = Gap(use_workspace_cache=False, max_workspace_size=None)
for pkg in ['ctbllib', 'sonata', 'guava', 'factint', \
'gapdoc', 'grape', 'design', \
'toric', 'laguna', 'braid']: # NOTE: Do *not* autoload
hap - it screws up PolynomialRing(Rationals,2)
try:
g.load_package(pkg, verbose=verbose)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/876#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.