Add path finding
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
public record struct Path(INode Start, IEnumerable<(IEdge Edge, INode Node)> Hops);
|
||||
}
|
||||
Reference in New Issue
Block a user