snowleopard / alga

Algebraic graphs
MIT License
717 stars 68 forks source link

Derive Generic for AdjacencyMap #178

Closed srid closed 5 years ago

snowleopard commented 5 years ago

@srid Thank you! Shall we do this for labelled adjacency maps too?

P.S.: And also, perhaps, IntAdjacencyMap?

srid commented 5 years ago

@snowleopard I've added Generic instances for the other two adjacency maps.

snowleopard commented 5 years ago

@srid Great, thank you. Merged!

@nobrakal It looks like the performance suite is broken again. Could you please have a look when you have time?

nobrakal commented 5 years ago

@snowleopard Indeed the new 0.4 version prevented the build. This is corrected :)

snowleopard commented 5 years ago

Thanks @nobrakal!