mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
markov
This commit is contained in:
@ -10,5 +10,10 @@ namespace Esiur.Analysis.Graph
|
||||
|
||||
public int X { get; set; }
|
||||
public int Y { get; set; }
|
||||
|
||||
public string Label { get; set; }
|
||||
public List<Edge<T>> Destinations { get; } = new List<Edge<T>>();
|
||||
public List<Edge<T>> Sources { get; } = new List<Edge<T>>();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user