Crate related_intervals[][src]

Structs

Each interval has a parent and child

Functions

Check if intervals are overlapping If not, you can use the the much faster machine

This is redundant to remove_duplicates

Recursive

Create the “network” for parent-child relationship

Recuive function for

Remove all parents here - maybe slow

Get all parents

Give sense to Network

Faster way to make the nestedness

Removing duplicated intervals

Interval vector sorting

Check if start and stop in order

If entries are not in order, change them