
14 Jan
2017
14 Jan
'17
5:18 p.m.
Hello
I'd like to extract the rays of a polyhedron. As far as I can tell from the documentation, the only way to do this is to extract the generators, then loop over them, testing which is a ray:
Generator_System G = P.generators(); for (Generator g : G) if (g.is_ray()) { /* party time */ }
Is there a more direct way to do this, something like G.rays() or even P.rays()?
thank you john perry
— John Perry + john.perry@usm.edu Associate Professor, Department of Mathematics University of Southern Mississippi, Box 5045 Hattiesburg MS 39406
You can and you can’t; you will and you won’t; you’re damned if you do; you’re damned if you don’t. — Lorenzo Dow anticipates C++ compilers by 200 years