API

WrappedMultiGraphs.multiplicityMethod
multiplicity(
    mg::MultiGraph,
    s::Integer,
    d::Integer
) -> Int64

Get the multiplicity, i.e. the number, of an edge with source s and destination d.

source
WrappedMultiGraphs.SingleMultiEdgeType
struct SingleMultiEdge{T<:Integer} <: Graphs.SimpleGraphs.AbstractSimpleEdge{T<:Integer}
  • src::Integer: The source node

  • dst::Integer: The destination node

  • m::Integer: The multiplicity of the edge

The m-th instance of an edge connecting src and dst.

source

Index