Closed
Description
Currently removeEmptyLayers in the nestingGraph module is not working correctly. Due to the way dummy nodes are implemented currently we cannot just blindly remove empty layers. We must preserve empty layer that could have an dummy node for an edge. Unfortunately, the algorithm we use to determine these layers is currently broken. This ends up yield more dummy nodes than necessary and thus causes poorer performance for all subsequent algorithms.