Opened 4 years ago
#24785 new enhancement
Selecting algorithm on functions
Reported by: | jmantysalo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-8.2 |
Component: | misc | Keywords: | |
Cc: | tscrim, chapoton, dcoudert | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
There is at least a slight bug: edge_cut
has default algorithm='FF', but the documentation says that None
is the default.
A larger question: Should we try to unify functions so that algorithm=None
would always be the default in all functions? For example src/sage/schemes/elliptic_curves/ell_rational_field.py
has silverman_height_bound
with default algorithm='default'
.
Note: See
TracTickets for help on using
tickets.