is_le#

SetSeparationSystem.is_le(sep_id_a: int, orientation_a: int, sep_id_b: int, orientation_b: int) bool#

Check if separation \(a\) specified by sep_id_a is less than or equal to separation \(b\) specified by sep_id_b, i.e. if \(a \le b\).

Parameters#

sep_id_aint

The id of the first separation.

orientation_aint

The orientation of the first separation.

sep_id_bint

The id of the second separation.

orientation_bint

The orientation of the second separation.

Returns#

bool

Whether the first separation is less than or equal to the second separation.