news:release_2_12

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
news:release_2_12 [2012/03/21 14:00] – [Interface to Sketch 3D/TikZ] assarfnews:release_2_12 [2019/01/25 09:38] – ↷ 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:start|Downloads]] page. Here are the most important new features+Release 2.12 is now available on the [[download:start|Downloads]] page. Below we list the most important new features In addition to that we have a number of minor additions and bug fixes.
- +
-  * new client for integer hull computation +
-  * interface to Sketch 3D/TikZ +
-  * handling of fans with non-trivial lineality space +
-  * unification of template parameters +
-  * pipe shell +
-  * multitude of minor editions and bugfixes+
  
 ==== 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 [[tutorial:optimization|polymake and Optimization]].+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:tutorials:optimization|polymake and Optimization]].
  
 ==== Interface to Sketch 3D/TikZ ==== ==== Interface to Sketch 3D/TikZ ====
Line 24: Line 17:
 With the second command one can export a polytope to a sketch input file.  To get the TikZ code just call sketch. 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, ... (see also [[tutorial:visual_tutorial|Tutorial for Visualization]])+The interface can handle most of the basic customization options like colors for facets and vertices as well as thickness, transparency, ... (see also [[user_guide:tutorials:visual_tutorial|Tutorial for Visualization]])
 <code> <code>
 sketch(cube(3)->VISUAL(VertexThickness=>3, FacetColor=>"blue", FacetTransparency=>1)); sketch(cube(3)->VISUAL(VertexThickness=>3, FacetColor=>"blue", FacetTransparency=>1));
Line 45: Line 38:
  
 ==== Pipe shell ==== ==== Pipe shell ====
 +
 +polymake can be called from the command line with the option "-" It then reads commands from stdin and writes the output to stdout.  This is just a fallback if you need to interface to polymake and cannot use the callable library.
 +
  • news/release_2_12.txt
  • Last modified: 2019/01/29 21:46
  • by 127.0.0.1