JuliaGraphs / JuliaGraphs/Graphs.jl
[Port] Fallback for all edge operations
Open
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- Julia
- Stars
- 538
- Forks
- 128
- Avg merge
- 10h 25m
- Merged PRs (30d)
- 2
Description
For an edge operation f, define both f(g, src(e), dst(e)) and f(g, e) on abstract graphs
See https://github.com/sbromberger/LightGraphs.jl/issues/1287
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read the linked LightGraphs.jl issue 1287 first, then locate the edge-operation definitions for abstract graphs in this repository. Done means both f(g, src(e), dst(e)) and f(g, e) are defined for every edge operation on abstract graphs, with the relevant behavior verified by the existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100