Voronoi Neighbors as ascii output

Questions and problems about using polymake go here.
Burggraf
Posts: 8
Joined: 04 Sep 2012, 18:44

Voronoi Neighbors as ascii output

Postby Burggraf » 04 Sep 2012, 19:26

Hi,
I was able to solve the problem on my own... Puh!

The Solution is quite simple:
1. Run Polymake with:
polymake 'my $VD = new VoronoiDiagram(SITES=>[[1,1,1],[1,0,1],[1,-1,1],[1,1,-1],[1,0,-1],[1,-1,-1]]);$VD->DUAL_GRAPH->ADJACENCY;save($VD,"OUTPUT.xml");'
2. Eval the output file

The Memory dump in the save file saved my!
I am pretty sure, this was not the last time for calling for help desperatly :-)

Thanks and bye
Timo

p.s. the docu is quite hard for non-mathematicians :-)

Return to “Helpdesk”