This project is archived. Its data is read-only. This project is read-only.
Behaviour of generate
The question basically boils down what should be the behaviour of this loop: ``` t = Hyperpolygon(7,3) for i in range(5): t.generate() ```
issue