Skip to content

v1.1.0

Choose a tag to compare

@Xyaneon Xyaneon released this 17 Dec 22:05
· 26 commits to master since this release

1.1.0 - 2018-12-17

Added

  • Added the GraphCalculations static class.
  • Added the IsCompleteGraph property to graph classes.

Changed

  • An InvalidOperationException is now thrown when an attempt is made to add an
    edge to a complete graph.

Fixed

  • XML documentation comment fixes.