Preparing search index...
The search index is not available
ixfx
ixfx
Collections
Graphs
Directed
isAcyclic
Function isAcyclic
is
Acyclic
(
graph
)
:
boolean
Returns
true
if the graph contains is acyclic - that is, it has no loops
Parameters
graph
:
Readonly
<
{
vertices
:
IMapImmutable
<
string
,
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
;
}
>
[]
;
}
>
>
;
}
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns true if the graph contains is acyclic - that is, it has no loops