is_nested#

SetSeparationSystemBase.is_nested(sep_id_1: int, sep_id_2: int) bool#

Checks whether two separations are nested.

Note that being nested does not depend on the orientations of the separations.

Parameters#

sep_id_1int

The id of the first separation.

sep_id_2int

The id of the second separation.

Returns#

bool

Whether the separations are nested.