sbromberger / SimpleWeightedGraphs.jl

Simple weighted graphs. Requires LightGraphs.jl.
Other
49 stars 22 forks source link

No weighted node functionality? #54

Closed joseortiz3 closed 4 years ago

joseortiz3 commented 4 years ago

Weighted nodes are in a sense dual to weighted edges. Is there no capability for handling weighted nodes?

sbromberger commented 4 years ago

Sorry for the delay - no, we don't have weighted nodes. If you need node metadata, you might want to check out MetaGraphs.

joseortiz3 commented 4 years ago

Hmm. SimpleWeightedGraphs -> SimpleEdgeWeightGraphs ;) I'll make a doc change PR.