Macaulay2 » Documentation
Packages » LatticePolytopes :: adjointPolytope
next | previous | forward | backward | up | index | toc

adjointPolytope -- computes the adjoint of a polytope

Description

adjointPolytope is a function that compute the k:th adjoint of a polytope
i1 : adjointPolytope(hypercube(2),1)
Warning: This method is deprecated and will be removed in version 1.11 of Polyhedra. Please consider using polyhedronFromHData instead.

o1 = Polyhedron{...1...}

o1 : Polyhedron

Ways to use adjointPolytope:

  • adjointPolytope(Matrix,ZZ)
  • adjointPolytope(Polyhedron,ZZ)

For the programmer

The object adjointPolytope is a method function.


The source of this document is in LatticePolytopes.m2:1198:0.