Skip to content

@graphty/algorithms / types / DijkstraOptions

Interface: DijkstraOptions ​

Defined in: types/index.ts:73

Properties ​

bidirectional? ​

optional bidirectional: boolean

Defined in: types/index.ts:80

Use bidirectional search optimization for point-to-point queries. Defaults to true for graphs with >10 nodes, false for smaller graphs. Set explicitly to override automatic heuristic.


target? ​

optional target: NodeId

Defined in: types/index.ts:74