Search found 337 matches

Go to advanced search

by gawrilow
17 Nov 2012, 00:00
Forum: Installing polymake
Topic: Immediate install failure (RHEL)
Replies: 2
Views: 6673

Re: Immediate install failure (RHEL)

Does "no luck" mean that despite you have installed the package mpfr-devel you still get the same error, or that no package with this or similar name exists? I don't have a RedHat machine at hand, so unfortunately I can't tell for sure how the package could be called else. If you fail to f...
by gawrilow
13 Nov 2012, 23:50
Forum: Helpdesk
Topic: edge-neighbors of a facet
Replies: 16
Views: 22108

Re: edge-neighbors of a facet

This looks indeed dramatic. I'll try to reproduce this on the coming weekend. Sorry for the endless mess...
by gawrilow
07 Nov 2012, 12:00
Forum: Helpdesk
Topic: edge-neighbors of a facet
Replies: 16
Views: 22108

Re: edge-neighbors of a facet

Oh... probably my last suggestion was not the best one. I've never tried this myself. Indeed, trying to load graph.so too early (as one of the pre-requisit shared modules for your program) can lead to all kinds of nastiness. Please try the following: remove graph.so from the linker command line and ...
by gawrilow
05 Nov 2012, 23:43
Forum: Helpdesk
Topic: edge-neighbors of a facet
Replies: 16
Views: 22108

Re: edge-neighbors of a facet

... Does this mean that something with my polymake installation is wrong? No, but you are the first pioneer trying to call a function residing in an application shared module directly from an external program. The usual compiler/linker flags are not sufficient in this case. You should add the modul...
by gawrilow
28 Oct 2012, 22:20
Forum: Helpdesk
Topic: edge-neighbors of a facet
Replies: 16
Views: 22108

Re: edge-neighbors of a facet

perl::Object is an appropriate receptacle for 'big' polymake objects only, not for their properties like FACES. The easiest and most straightforward way to work with a face lattice in a C++ program is to load it all at once in an object of class graph::HasseDiagram. The class is defined in applicati...
by gawrilow
24 Sep 2012, 12:41
Forum: Helpdesk
Topic: 4D space : visualize polyhedra intersection
Replies: 3
Views: 6028

Re: 4D space : visualize polyhedra intersection

A special situation occurs if the vertices of the two polytopes in 4-space are in convex position. Then one could introduce an artificial extra facet to project a Schlegel diagram on. Actually, one could take the union of both polytopes and draw its Schlegel diagram, adding the skeleton of the inte...
by gawrilow
18 Sep 2012, 22:32
Forum: Helpdesk
Topic: beneath-and-beyond change of order
Replies: 1
Views: 3737

Re: beneath-and-beyond change of order

There is a user-function placing_triangulation wrapping the beneath-beyond algorithm. It allows to specify any order of points. If you store the outcome as the FACETS property of a new SimplicialComplex object, you can then ask any possible questions about the triangulation, provided that applicatio...
by gawrilow
07 Aug 2012, 13:26
Forum: Helpdesk
Topic: Computing the shortest path in a graph
Replies: 1
Views: 4240

Re: Computing the shortest path in a graph

Exactly, the shortest path algorithms were not maintained for a while. Now Julian is looking into reviving them. Hopefully he will submit the fixes soon.
by gawrilow
06 Aug 2012, 22:57
Forum: Installing polymake
Topic: visualization
Replies: 3
Views: 7306

Re: visualization

The most (and only) relevant lines in the protocol are the following: socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 5 bind(5, {sa_family=AF_INET, sin_port=htons(30000), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EACCES (Permission denied) It looks like your machine either does not have an IP...
by gawrilow
06 Aug 2012, 16:39
Forum: Installing polymake
Topic: visualization
Replies: 3
Views: 7306

Re: visualization

This look really eerily. polymake usually does not try anything forbidden, it's an innocent kid. It just needs an unused port in the range 30000-65534, which is normally freely accessible for all programs, bound to the local address 127.0.0.1, where it listens for jreality or javaview data requests....

Go to advanced search