Generators¶
This page contains information about the methods of the Konieczny
class that relate to generators.
- Konieczny.add_generator(self: Konieczny, x: Element) None ¶
Add a copy of an element to the generators.
- Parameters
x (Element) -- the generator to add.
- Returns
None
- Konieczny.number_of_generators(self: Konieczny) int ¶
Returns the number of generators.
- Parameters
None
- Returns
An
int
.