Search found 209 matches

Go to advanced search

by joswig
30 Oct 2011, 13:00
Forum: General Discussion
Topic: pypolymake: A Sage Interface to polymake
Replies: 10
Views: 59567

pypolymake: A Sage Interface to polymake

There is a new attempt to create an interface from Sage to polymake. This thread is meant to report on this development and to discuss how to proceed. To answer the obvious question of why this is not discussed in the developer's forum: the topic seems to be of interest to a wider audience, and the ...
by joswig
17 Oct 2011, 16:00
Forum: Helpdesk
Topic: Defining not pointed polyhedra via POINTS
Replies: 8
Views: 9593

Re: Defining not pointed polyhedra via POINTS

Is this approach ok?
Yes, this is OK. Sorry for the inconvenience. I did not pay attention to the change Ewgenij mentioned above. My bad.
by joswig
15 Oct 2011, 12:49
Forum: Helpdesk
Topic: Defining not pointed polyhedra via POINTS
Replies: 8
Views: 9593

Re: Defining not pointed polyhedra via POINTS

Unfortunately the patch is not working for me. Applying seemed to be successfull but the first example I posted has not changed. P is still pointed. This is my output on your example with the patch: polytope > $P = new Polytope<Rational>(POINTS=>[[1,0,0],[0,1,1],[0,-1,-1]]); polytope > print $P->LI...
by joswig
12 Oct 2011, 15:36
Forum: Helpdesk
Topic: Defining not pointed polyhedra via POINTS
Replies: 8
Views: 9593

Re: Defining not pointed polyhedra via POINTS

The first is already during initialization. If the input does not explicitely contain some section defining lineality then the polytope is assumed to be pointed. As a workaround you could state (part of the) lineality space in the input: $P=new Polytope(POINTS=>[[1,0,0],[0,1,1],[0,-1,-1]], INPUT_LI...
by joswig
22 Aug 2011, 12:44
Forum: Helpdesk
Topic: references needed
Replies: 1
Views: 3387

Re: references needed

Please look up: De Loera, Rambau, and Santos, Triangulations, Springer, 2010.

"Generic" means that the resulting subdivision is a triangulation.
by joswig
22 Aug 2011, 12:42
Forum: Helpdesk
Topic: reference for regular_subdivision
Replies: 1
Views: 3563

Re: reference for regular_subdivision

Please look up: De Loera, Rambau, and Santos, Triangulations, Springer, 2010.
by joswig
08 Aug 2011, 11:45
Forum: Installing polymake
Topic: Problems with the installation under Ubuntu 11.04
Replies: 24
Views: 34602

Re: Problems with the installation under Ubuntu 11.04

I finally moved to Ubuntu 11.04, too. Running into the same problems discussed above. Could someone who finally succeeded please sum up all the installation steps necessary? I got stuck at the nauty issue. The key trouble seems to be the useless standard compiler which requires to build a new gcc fi...
by joswig
15 Jul 2011, 11:58
Forum: Helpdesk
Topic: polymake and povray
Replies: 4
Views: 5735

Re: polymake and povray

For a different visualization you should save the file, e.g., via povray(cube(3)->VISUAL,File=>"cube.pov"); and edit. Notice that the file polypov.ini included there only sets a few values which are kept in custom variables. The actual scene description is in polymake-scene.pov. For intera...
by joswig
21 Jun 2011, 15:22
Forum: Installing polymake
Topic: Compilation failure on Arch Linux
Replies: 9
Views: 13409

Re: Compilation failure on Arch Linux

There is a new tar ball of the 2.10 release which is supposed to support gcc 4.6.0 as well as Perl 5.14.

Please give it a try and send feed back.
by joswig
20 Jun 2011, 11:11
Forum: Helpdesk
Topic: polytope compute with 'INEQUALITIES' -> lattice points
Replies: 9
Views: 12381

Re: polytope compute with 'INEQUALITIES' -> lattice points

I guess the attached file contains the correct descriptions of your matrix A and your right hand side b. Then you define your polytope like: polytope > $P=new Polytope(INEQUALITIES=>(unit_matrix(56)),EQUATIONS=>(-$b|$A)); Afterwards you can compute the vertices: polytope > print $P->VERTICES; 1 1624...

Go to advanced search