FubarDevelopment / QuickGraph

Fork of https://quickgraph.codeplex.com/
Microsoft Public License
9 stars 2 forks source link

CP-24425: ArrayUndirectedGraph.IsEdgesEmpty implemented incorrectly #140

Open fubar-coder opened 6 years ago

fubar-coder commented 6 years ago

From unknown CodePlex user on Thursday, 20 June 2013 23:49:55

The logic for ArrayUndirectedGraph.IsEdgesEmpty is reversed. It returns false when the edges are empty and true when they are not.