The congruence_kind enum

This page describes the enum class congruence_kind in libsemigroups_pybind11 for representing the whether a congruence is one- or two-sided.

Full API

class congruence_kind

The values in this enum can be used to indicate that a congruence should be one-sided or two-sided.

onesided = <congruence_kind.onesided: 0>

Value representing one-sided (right) congruences.

twosided = <congruence_kind.twosided: 1>

Value representing two-sided congruences.