Macaulay2 » Documentation
Packages » Polyhedra :: isWellDefined(Cone)
next | previous | forward | backward | up | index | toc

isWellDefined(Cone) -- Checks whether a polyhedral object is well-defined.

Synopsis

Description

This method checks whether all description given and computed for a polyhedral object yield the same.

Furthermore, for a fan or polyhedral complex, it will check whether the intersection of two subobjects always yields a face.

This method can be very expensive computationally.

i1 : isWellDefined normalFan hypercube 3

o1 = true

Ways to use this method: