We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11e60b commit 3628517Copy full SHA for 3628517
docs/src/developing.md
@@ -20,7 +20,6 @@ within the Graphs package should just work:
20
should be implemented with **both** of the following signatures:
21
- `is_directed(::Type{CustomGraph})::Bool` (example: `is_directed(::Type{<:CustomGraph}) = false`)
22
- `is_directed(g::CustomGraph)::Bool`
23
-- [`zero`](@ref)
24
25
If the graph structure is designed to represent weights on edges, the [`weights`](@ref) function should also be defined.
26
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