Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| news:release_2_12 [2012/03/19 10:43] – created herr | news:release_2_12 [2019/01/25 09:38] (current) – ↷ Links adapted because of a move operation oroehrig | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Release date: March 19, 2012. | Release date: March 19, 2012. | ||
| - | Release 2.12 is now available on the [[download: | + | Release 2.12 is now available on the [[download: |
| - | + | ||
| - | * new client for integer hull computation | + | |
| - | * interface | + | |
| - | * handling of fans with non-trivial lineality space | + | |
| - | * unification of template parameters | + | |
| - | * multitude | + | |
| ==== Integer hull computation ==== | ==== Integer hull computation ==== | ||
| + | Two scripts simplify the computation of the convex hull of the lattice (integer) points in a polyhedron. The script will be described in more detail in the tutorial [[user_guide: | ||
| ==== Interface to Sketch 3D/TikZ ==== | ==== Interface to Sketch 3D/TikZ ==== | ||
| + | Polymake is now able to produce and display TikZ pictures via an interface to [[http:// | ||
| + | < | ||
| + | sketch(cube(3)-> | ||
| + | sketch(cube(3)-> | ||
| + | </ | ||
| + | With the second command one can export a polytope to a sketch input file. To get the TikZ code just call sketch. | ||
| + | The interface can handle most of the basic customization options like colors for facets and vertices as well as thickness, transparency, | ||
| + | < | ||
| + | sketch(cube(3)-> | ||
| + | </ | ||
| + | The visual object now has three more options to customize the viewing parameters for the sketch output. | ||
| + | < | ||
| + | sketch(cube(3)-> | ||
| + | </ | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | (see also [[http:// | ||
| ==== Fans with non-trivial lineality space ==== | ==== Fans with non-trivial lineality space ==== | ||
| + | Minor improvements in the application fan include the possibility to handle fans with non-trivial lineality space and the ability to efficiently extract individual cones from a fan. | ||
| ==== Unification of template parameters ==== | ==== Unification of template parameters ==== | ||
| + | |||
| + | On the Perl side all coordinate based big object types (such as '' | ||
| + | |||
| + | ==== Pipe shell ==== | ||
| + | |||
| + | polymake can be called from the command line with the option " | ||