Skip to content

Commit 3628517

Browse files
Make zero function not mandatory for AbstractGraph interface (#85)
1 parent c11e60b commit 3628517

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/developing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ within the Graphs package should just work:
2020
should be implemented with **both** of the following signatures:
2121
- `is_directed(::Type{CustomGraph})::Bool` (example: `is_directed(::Type{<:CustomGraph}) = false`)
2222
- `is_directed(g::CustomGraph)::Bool`
23-
- [`zero`](@ref)
2423

2524
If the graph structure is designed to represent weights on edges, the [`weights`](@ref) function should also be defined.
2625
Note that the output does not necessarily have to be a dense matrix, but it must be a subtype of `AbstractMatrix{<:Real}` and indexable via `[u, v]`.

0 commit comments

Comments
 (0)