Expose weight options in distance method
Reported by: |
ncohen |
Owned by: |
jason, ncohen, rlm |
Priority:
|
major
|
Milestone:
|
sage-4.8
|
Component:
|
graph theory
|
Keywords:
|
|
Cc:
|
|
Merged in:
|
sage-4.8.alpha0
|
Authors:
|
Nathann Cohen
|
Reviewers:
|
Leonardo Sampaio
|
Report Upstream:
|
N/A
|
Work issues:
|
|
Branch:
|
|
Commit:
|
|
Dependencies:
|
|
Stopgaps:
|
|
A bit weird. Sage has a lot of methods to compute shortest paths on edge-weighted graphs, but the distance method does not show them... Even though it directly call "shortest_path_length" which has them all available !
Nathann
Apply trac_10954_rebased.patch to sage-4.7.2.alpha4.
Change History (10)
Status: |
new →
needs_review
|
Reviewers: |
→ Leonardo Sampaio
|
Status: |
needs_review →
positive_review
|
Milestone: |
sage-4.7.2 →
sage-4.7.3
|
Merged in: |
→ sage-4.7.3.alpha0
|
Resolution: |
→ fixed
|
Status: |
positive_review →
closed
|
Description: |
modified (diff)
|
Merged in: |
sage-4.7.3.alpha0 →
sage-4.8.alpha0
|
Milestone: |
→ sage-4.8
|
The patch is working!