ixfx
Preparing search index...
@ixfx/collections
Graphs
Directed
transitiveReduction
Function transitiveReduction
transitiveReduction
(
graph
:
DirectedGraph
,
)
:
Readonly
<
{
vertices
:
IMapImmutable
<
string
,
Graphs
.
Directed
.
Vertex
>
}
>
Returns a new graph which is transitively reduced. That is, redundant edges are removed
Parameters
graph
:
DirectedGraph
Returns
Readonly
<
{
vertices
:
IMapImmutable
<
string
,
Graphs
.
Directed
.
Vertex
>
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns a new graph which is transitively reduced. That is, redundant edges are removed