QuickGraph - How can I associate an Edge with a Class? (i.e. like you can with a Vertex)

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-04-27T03:31:59Z Indexed on 2010/04/27 3:33 UTC
Read the original article Hit count: 182

Filed under:

Hi,

Q1 - How can I associate an Edge with a Class? (i.e. like you can with a Vertex)

In my case there are various types of edges I want to be able to model. So my real question I guess is how can I associate some level of data with Edges (e.g. edge type).

The graph I was looking at using was: http://quickgraph.codeplex.com/wikipage?title=BidirectionalGraph&referringTitle=Documentation

thanks

© Stack Overflow or respective owner

Related posts about quickgraph