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

Polymake -- a package for interfacing with polymake

Description

Polymake is a package for interfacing with polymake, and for reading and writing files in polymake's format.

Warning: this package is not complete, and is mostly undocumented, but it is used in gfanInterface. It is expected that the interface will change in the (near) future.

Author

Version

This documentation describes version 0.1 of Polymake.

Citation

If you have used this package in your research, please cite it as follows:

@misc{PolymakeSource,
  title = {{Polymake: interfacing with polymake. Version~0.1}},
  author = {Josephine Yu},
  howpublished = {A \emph{Macaulay2} package available at
    \url{https://github.com/Macaulay2/M2/tree/master/M2/Macaulay2/packages}}
}

Exports

  • Types
    • PolymakeObject (missing documentation)
  • Functions and commands
    • getListProperty (missing documentation)
    • getMatrixProperty (missing documentation)
    • getProperty (missing documentation)
    • getPropertyNames (missing documentation)
    • getVectorProperty (missing documentation)
    • makemat (missing documentation)
    • makevec (missing documentation)
    • NewtonPolytope (missing documentation)
    • polymakeObject (missing documentation)
    • removeComments (missing documentation)
    • runPolymake (missing documentation)
    • toPolymakeFormat (missing documentation)
  • Methods
    • getListProperty(List,String) (missing documentation)
    • getListProperty(String,String) (missing documentation)
    • getMatrixProperty(List,String) (missing documentation)
    • getMatrixProperty(String,String) (missing documentation)
    • getProperty(List,String) (missing documentation)
    • getProperty(String,String) (missing documentation)
    • getPropertyNames(List) (missing documentation)
    • getVectorProperty(List,String) (missing documentation)
    • getVectorProperty(String,String) (missing documentation)
    • NewtonPolytope(RingElement) (missing documentation)
    • polymakeObject(String) (missing documentation)
    • polymakeObject(String,List) (missing documentation)
    • runPolymake(PolymakeObject,String) (missing documentation)
    • runPolymake(String,String) (missing documentation)
    • toPolymakeFormat(PolymakeObject) (missing documentation)
    • toPolymakeFormat(String,Matrix) (missing documentation)
    • toPolymakeFormat(String,Vector) (missing documentation)

For the programmer

The object Polymake is a package, defined in Polymake.m2.


The source of this document is in Polymake.m2:190:0.