Xyaneon.ComputerScience.GraphTheory
2.1.0
A .NET Standard library which provides classes for working with vertices, edges and graphs.
Install-Package Xyaneon.ComputerScience.GraphTheory -Version 2.1.0
dotnet add package Xyaneon.ComputerScience.GraphTheory --version 2.1.0
<PackageReference Include="Xyaneon.ComputerScience.GraphTheory" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xyaneon.ComputerScience.GraphTheory --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Xyaneon.ComputerScience.GraphTheory, 2.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
## 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.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.