NewB using undirected graph

27 views
Skip to first unread message

Avi Levi

unread,
Jun 24, 2016, 12:06:45 AM6/24/16
to Cassovary
I tried some of the examples of cassovary and it is really awesome, fast and responsive with extremely large number of nodes. very nice work.
I am building a friendship graph and I though that undirected graph might be suitable. I saw this issue Undirected Graph Support in Cassovary but couldn't import undirected graph nor find any examples for it. is there a support for that ? if there is no support for that yet than which graph will be most suitable (e.g ArrayBasedDynamicDirectedGraph) ?
BTW where can I find more reading regarding cassovary beside this readme ?
thanks guys 

Pankaj Gupta

unread,
Jun 24, 2016, 2:22:38 AM6/24/16
to twitter-...@googlegroups.com
You can convert every edge between nodes A and B in the undirected
graph to 2 edges A -> B and B -> A.
> --
> You received this message because you are subscribed to the Google Groups
> "Cassovary" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to twitter-cassov...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages