higra / Higra

Hierarchical Graph Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HorizontalCutExplorer fails if altitudes are not increasing

PerretB opened this issue · comments

The natural order of altitudes must be a topological ordering of the nodes of the tree, otherwise the explorer makes no sense : this should stated as a precondition in c++ and enforced in python.