Dijkstra.NET icon indicating copy to clipboard operation
Dijkstra.NET copied to clipboard

Graph processing library

Results 18 Dijkstra.NET issues
Sort by recently updated
recently updated
newest added

Do the fixed points of the graph have to be in order?

Hi! I am wondering how/if it is possible to retrieve custom edge information added during graph generation via new Graph().Connect(). I was not able to figure out how to retrieve...

Hi, It would be great if we can clear all the connections. In my example, the cost value is time vs distance. I like to use the same nodes but...

feature

We have a scenario where we have a "base" graph and then a number of enhanced graph which is just "base" graph + a few extra nodes and edges. Instead...

Property with name IsFounded ([link](https://github.com/matiii/Dijkstra.NET/blob/master/src/Dijkstra.NET/ShortestPath/ShortestPathResult.cs#L27)) should be IsFound, because the variable was not founded in 1983, so it should be IsFound

Not sure if you want this included in the project, but it's a simple addition that can be very useful - Added extensions for AStar - Added additional comparison and...

enhancement
feature

Based on Cypher language ``` MATCH (person:Person)-[:KNOWS]-(friend:Person)-[:KNOWS]- (foaf:Person) WHERE person.name = "Joe" AND NOT (person)-[:KNOWS]-(foaf) RETURN foaf ```

feature

A vertex is part of a triangle when it has two adjacent vertices with an edge between them.

feature