Outer or inner normal cone?

Questions and problems about using polymake go here.
ChoF
Posts: 3
Joined: 25 Jul 2014, 03:53

Outer or inner normal cone?

Postby ChoF » 25 Jul 2014, 04:04

Although the description of the command "normal_cone(p, v)" says that "Computes the outer normal cone of...", I noticed that the result from the command was "inner normal cone".

Moreover, the 31th line in the source code "apps/polytope/src/normal_cone.cc" contains the comment "// inner normal cone".

Is it a typo, or something I misunderstood?

User avatar
joswig
Main Author
Posts: 280
Joined: 24 Dec 2010, 11:10

Re: Outer or inner normal cone?

Postby joswig » 25 Jul 2014, 09:22

You are right, this is an error in the documentation of 2.13 and before. There it always computes inner normal cones. Yet this has been fixed in the 20140326 beta release. Moreover, this version lets you choose between inner and outer (but "inner" is the default).

ChoF
Posts: 3
Joined: 25 Jul 2014, 03:53

Re: Outer or inner normal cone?

Postby ChoF » 28 Jul 2014, 09:44

You are right, this is an error in the documentation of 2.13 and before. There it always computes inner normal cones. Yet this has been fixed in the 20140326 beta release. Moreover, this version lets you choose between inner and outer (but "inner" is the default).
Thanks a lot. The beta version worked very well for me.


Return to “Helpdesk”