user_guide:tutorials:regular_subdivisions

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
Next revisionBoth sides next revision
tutorial:regular_subdivisions [2017/06/12 13:48] – [Generic Weights] typo. oroehriguser_guide:tutorials:regular_subdivisions [2019/01/25 13:40] – ↷ Page moved from user_guide:regular_subdivisions to user_guide:tutorials:regular_subdivisions oroehrig
Line 203: Line 203:
 false <> false <>
 </code> </code>
-Just as expected polymake tells us that the subdivision is not regular. But although there is no weight function which induces this particular subdivision there is still something we can do. What happens if we ask for the secondary cone of that subdivision?+Just as expected polymake tells us that the subdivision is not regular. But although there is no weight function which induces this particular subdivision we can still create a ''SubdivisionOfPoints'' object with the given cells. What happens if we ask for the secondary cone of that subdivision?
 <code> <code>
-polytope > $nreg_sc secondary_cone($points, $nreg_cells);+polytope > $nreg_sub new fan::SubdivisionOfPoints(POINTS=>$points, MAXIMAL_CELLS=>$nreg_cells); 
 +polytope > $nreg_sc = $nreg_sub->secondary_cone();
 polytope > print $nreg_sc->DIM; polytope > print $nreg_sc->DIM;
 4 4
  • user_guide/tutorials/regular_subdivisions.txt
  • Last modified: 2019/02/04 22:55
  • by 127.0.0.1