JuliaGraphs / JuliaGraphs/Graphs.jl

[Port] Fallback for all edge operations

Open
#39 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.