Activity
Removed 'TwoVerticesIn' in favor of 'VertexInGraph<_,2,_>'.
Removed 'TwoVerticesIn' in favor of 'VertexInGraph<_,2,_>'.
'Dfs' and 'TarjanSCC' now take 'Ensure + GraphDeref' as input graphs.
'Dfs' and 'TarjanSCC' now take 'Ensure + GraphDeref' as input graphs.
Split 'HasVertex' into itself and 'VertexIn'.
Split 'HasVertex' into itself and 'VertexIn'.
The 'HasVertex' property can now provide indexed vertices without con…
The 'HasVertex' property can now provide indexed vertices without con…
The 'HasVertex' is now paramentric on the number of vertices guarante…
The 'HasVertex' is now paramentric on the number of vertices guarante…
The 'Simple' property now constains directedness and edge weight.
The 'Simple' property now constains directedness and edge weight.
Ensurers without a payload are now 'Guards'.
Ensurers without a payload are now 'Guards'.
Added methods to 'Connected' calculating eccentricity, radius, diamte…
Added methods to 'Connected' calculating eccentricity, radius, diamte…
Force push
Added methods to 'Connected' calculating eccentricity, radius, diamte…
Added methods to 'Connected' calculating eccentricity, radius, diamte…
Using 'impl Iterator' in graph traits instead of 'box<dyn Iterator>'
Using 'impl Iterator' in graph traits instead of 'box<dyn Iterator>'
Force push
WIP using impl Iterator in graph traits instead of box<dyn Iterator>
WIP using impl Iterator in graph traits instead of box<dyn Iterator>