Releases: Xyaneon/Xyaneon.ComputerScience.GraphTheory
Releases · Xyaneon/Xyaneon.ComputerScience.GraphTheory
v2.1.0
17 Feb 01:47
Compare
Sorry, something went wrong.
No results found
2.1.0 - 2019-02-16
Added
Added the IEdge interface for edge classes to implement, including the
IsSelfLoop read-only property.
Added an icon for the NuGet package.
Fixed
Fixed the != operator for vertex and edge classes.
v2.0.0
18 Dec 15:34
Compare
Sorry, something went wrong.
No results found
2.0.0 - 2018-12-18
Changed
Weighted edges now use the double type for weights instead of int.
A generic vertex type is now used for edges and graphs.
v1.1.0
17 Dec 22:05
Compare
Sorry, something went wrong.
No results found
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.
v1.0.0
15 Dec 00:17
Compare
Sorry, something went wrong.
No results found