-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
alg-layeredAffects the ELK Layered algorithm.Affects the ELK Layered algorithm.easy-winThis won't take long.This won't take long.enhancementAn improvement to existing functionality.An improvement to existing functionality.
Milestone
Description
I'm reporting here, even if I'm experiencing the problem with elkjs
, as in #472 it was reported that this is the correct way to do it.
I'm encountering Maximum call stack size exceeded
in function $connectedComponentsDFS
, while running a layered layout.
The Java counterpart of this function is at https://github.com/eclipse/elk/blob/3630e23fa5abc253233296e2bdf5e18828e5dba7/plugins/org.eclipse.elk.alg.layered/src/org/eclipse/elk/alg/layered/p2layers/NetworkSimplexLayerer.java#L103-L133
and is, unfortunately, recursive.
Metadata
Metadata
Assignees
Labels
alg-layeredAffects the ELK Layered algorithm.Affects the ELK Layered algorithm.easy-winThis won't take long.This won't take long.enhancementAn improvement to existing functionality.An improvement to existing functionality.