Add shortest-path and related distance & diameter algorithms #20
Annotations
2 errors and 2 warnings
|
Documentation
Process completed with exit code 1.
|
|
Documentation:
../../../.julia/packages/Documenter/xvqbW/src/utilities/utilities.jl#L47
15 docstrings not included in the manual:
SimpleHypergraphs.distance :: Union{Tuple{T}, Tuple{H}, Tuple{H, SnodeDistanceKKHeuristic, AbstractVector{T}}} where {H<:AbstractDirectedHypergraph, T<:Real}
SimpleHypergraphs.distance :: Union{Tuple{T}, Tuple{H}, Tuple{H, SnodeDistanceKKILP, AbstractVector{T}}} where {H<:AbstractDirectedHypergraph, T<:Real}
SimpleDirectedHypergraphs.SnodeDistanceKKHeuristic
SimpleDirectedHypergraphs.SnodeDistanceKKILP
SimpleDirectedHypergraphs.get_hyperpath :: Union{Tuple{H}, Tuple{H, Int64, Int64, Set{Int64}}} where H<:AbstractDirectedHypergraph
SimpleDirectedHypergraphs.is_reachable :: Union{Tuple{H}, Tuple{H, Int64, Int64, Symbol}} where H<:AbstractDirectedHypergraph
SimpleDirectedHypergraphs.expand_cuts :: Union{Tuple{H}, Tuple{H, Int64, Int64, Vector{Set{Int64}}, Vector{BitVector}, BitVector}} where H<:AbstractDirectedHypergraph
SimpleDirectedHypergraphs.shortest_hyperpath_kk_ilp :: Union{Tuple{T}, Tuple{H}, Tuple{H, Int64, Int64, Vector{T}}} where {H<:AbstractDirectedHypergraph, T<:Real}
SimpleDirectedHypergraphs.shortest_hyperpath_kk_heuristic :: Union{Tuple{T}, Tuple{H}, Tuple{H, Int64, Int64, Vector{T}}} where {H<:AbstractDirectedHypergraph, T<:Real}
SimpleDirectedHypergraphs.backward_traceable :: Union{Tuple{H}, Tuple{H, Int64}} where H<:AbstractDirectedHypergraph
SimpleDirectedHypergraphs.all_hyperpaths :: Union{Tuple{H}, Tuple{H, Int64, Int64}} where H<:AbstractDirectedHypergraph
Graphs.diameter :: Union{Tuple{H}, Tuple{H, SnodeDistanceKKHeuristic}} where H<:AbstractDirectedHypergraph
Graphs.diameter :: Union{Tuple{H}, Tuple{H, SnodeDistanceKKILP}} where H<:AbstractDirectedHypergraph
SimpleDirectedHypergraphs.forward_reachable :: Union{Tuple{H}, Tuple{H, Int64}} where H<:AbstractDirectedHypergraph
SimpleDirectedHypergraphs.short_hyperpath_vhe :: Union{Tuple{T}, Tuple{H}, Tuple{H, Int64, Int64, Vector{Set{Int64}}, Vector{T}}} where {H<:AbstractDirectedHypergraph, T<:Real}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
|
Documentation:
../../../.julia/packages/SimpleHypergraphs/T2MaP/src/SimpleHypergraphs.jl#L65
The plotting functionality of HyperNetX will not work!
Conda Python networkx not found.
Conda Python HyperNetX not found.
To test your installation try running `using PyCall;pyimport("networkx");pyimport("hypernetx")`
|
|
Documentation:
../../../.julia/packages/PyPlot/G422O/src/init.jl#L153
No working GUI backend found for matplotlib
|