QuikGraph 1.0.0
.NET library that provide mainly graphs structures and algorithms for C#.
QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc...
Supported platforms:
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Showing the top 20 packages that depend on QuikGraph.
Packages | Downloads |
---|---|
Automatonymous.Visualizer
Automatonymous, an open source state machine library, usable with MassTransit
|
56 |
Automatonymous.Visualizer
Automatonymous, an open source state machine library, usable with MassTransit
|
54 |
QuikGraph.Graphviz
.NET library that provides a bridge from QuikGraph graphs structures to Graphviz and Dot language serialization.
This package is the Graphviz subset of the original QuickGraph renamed QuikGraph and ported to .NET Core.
Supported platforms:
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Supports Source Link
|
54 |
Automatonymous.Visualizer
Automatonymous, an open source state machine library, usable with MassTransit
|
48 |
QuikGraph.Graphviz
.NET library that provides a bridge from QuikGraph graphs structures to Graphviz and Dot language serialization.
This package is the Graphviz subset of the original QuickGraph renamed QuikGraph and ported to .NET Core.
Supported platforms:
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Supports Source Link
|
46 |
QuikGraph.Graphviz
.NET library that provides a bridge from QuikGraph graphs structures to Graphviz and Dot language serialization.
This package is the Graphviz subset of the original QuickGraph renamed QuikGraph and ported to .NET Core.
Supported platforms:
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Supports Source Link
|
44 |
QuikGraph.Graphviz
.NET library that provides a bridge from QuikGraph graphs structures to Graphviz and Dot language serialization.
This package is the Graphviz subset of the original QuickGraph renamed QuikGraph and ported to .NET Core.
Supported platforms:
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Supports Source Link
|
43 |
Automatonymous.Visualizer
Automatonymous, an open source state machine library, usable with MassTransit
|
43 |
Automatonymous.Visualizer
Automatonymous, an open source state machine library, usable with MassTransit
|
41 |
Automatonymous.Visualizer
Automatonymous, an open source state machine library, usable with MassTransit
|
40 |
QuikGraph.Graphviz
.NET library that provides a bridge from QuikGraph graphs structures to Graphviz and Dot language serialization.
This package is the Graphviz subset of the original QuickGraph renamed QuikGraph and ported to .NET Core.
Supported platforms:
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Supports Source Link
|
39 |
Automatonymous.Visualizer
Automatonymous, an open source state machine library, usable with MassTransit
|
36 |
QuikGraph.Graphviz
.NET library that provides a bridge from QuikGraph graphs structures to Graphviz and Dot language serialization.
This package is the Graphviz subset of the original QuickGraph renamed QuikGraph and ported to .NET Core.
Supported platforms:
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Supports Source Link
|
36 |
➟ Release 1.0.0
This package is a version of the original QuickGraph renamed QuikGraph and ported to .NET Core.
It does not include every sub modules of the original library such as F# stuff, adapters, etc.
This build is only the Core of QuikGraph taking advantage of .NET Core.
This package should be seen as an alternative one to the old frozen QuickGraph from CodePlex but with fixes.
The library has been cleaned a lot (code smells, etc) and is much more unit tested.
Some implementations have been fixed (Yen algorithm, etc).
Note that some public API of the original QuickGraph may have slighly changed but the migration should remain easy.
This goal of this release was also to uniformize the more it is possible the behavior of various graph structures and algorithms.
It also has been fully documented and most of the library is using JetBrains annotations.
Finally the targets supported by the library has been extended to .NET Framework 3.5+ and also works for .NET Core 1.0+.
.NET Framework 3.5
- No dependencies.
.NET Standard 2.0
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Reflection.Emit (>= 4.3.0)
.NET Standard 1.3
- System.Xml.XmlSerializer (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.3.0)
- System.ComponentModel.Primitives (>= 4.3.0)
- System.Collections.NonGeneric (>= 4.3.0)
- NETStandard.Library (>= 1.6.1)
- System.Diagnostics.Process (>= 4.3.0)
.NET Framework 4.5
- No dependencies.
.NET Framework 4.0
- No dependencies.