Constructors¶
This page contains information about the constructors for the
Konieczny class.
- Konieczny.__init__(self: Konieczny, coll: List[Element]) Konieczny¶
Construct from list of generators.
This function constructs a
Koniecznyinstance generated by the specified list of generators. There can be duplicate generators and although they do not count as distinct elements, they do count as distinct generators. In other words, the generators are precisely (a copy of)collin the same order they occur incoll.- Parameters
coll (List[Element]) the generators
- Raises
RuntimeError if
collis empty.- Raises
RuntimeError if the items in
colldo not all have the same degree.