algebraixlib.mathobjects.flags module

This module contains

class algebraixlib.mathobjects.flags.Flags[source]

Bases: _ctypes.Structure

The bits only convey information if they are True...False only indicates not initialized. For instance to determine if a Set() is a Clan use “Set().is_clan()”. To verify that a Set() is not a clan do not use “not Set().is_clan()”, but instead use Set().is_not_clan()

not_relation
relation
not_clan
clan
not_multiclan
multiclan
not_left_functional
left_functional
not_right_functional
right_functional
not_left_regular
left_regular
not_reflexive
reflexive
not_symmetric
symmetric
not_transitive
transitive