- If there are no dependent generators, the implementation is trivial.
- In 1D, the implementation is simple (
low and high probably need to be improved in that case). (probably too complex, see below)
- If there is only one parameter of degree 1, the implementation should still be simple.
- All other cases do not seem to be a zonotope and should throw an error.
The first implementation could only handle the first case.
(The change in #3972 should use this convert method.)