Search found 160 matches

Go to advanced search

by paffenholz
25 Sep 2011, 09:23
Forum: Helpdesk
Topic: Reconfigure error under Ubuntu 11.04
Replies: 6
Views: 9148

Re: Reconfigure error under Ubuntu 11.04

The first of your problem is known, but it should nevertheless configure javaview for use with polymake. Have you tried? Maybe issue the reconfigure command twice. If your installation of polymake does not start anymore due to these problems, delete the folder ".polymake" in your home dire...
by paffenholz
06 Sep 2011, 13:54
Forum: Installing polymake
Topic: "Can't locate loadable object..." on Mac OS
Replies: 3
Views: 8251

Re: "Can't locate loadable object..." on Mac OS

Hmmm. Is the perl version used to compile polymake the same as the one you use to run it? What does perl --version say? And what directories are at /usr/local/lib/polymake/perlx ?
by paffenholz
04 Aug 2011, 16:44
Forum: Helpdesk
Topic: Removal of Lineality Space
Replies: 1
Views: 4182

Re: Removal of Lineality Space

Your question mixes two things, existence of a nontrivial LINEALITY_SPACE implies that the polyhedron is not pointed, while existence of a nontrivial LINEAR_SPAN (or AFFINE_HULL for polytopes) implies that the polyhedron is not full-dimensional in its ambient space. Probably you think of the latter....
by paffenholz
25 Jul 2011, 10:41
Forum: Helpdesk
Topic: Orthant and Origin along with the polytope
Replies: 1
Views: 3822

Re: Orthant and Origin along with the polytope

polymake itself does not draw axes (you could model them as a polytope...) but if you visualize your object with javaview, then you can switch on axes via "Inspector->Axis->All Axes". This opens a new window, where you can enable axes at the top, and choose the style.
by paffenholz
06 Jul 2011, 17:59
Forum: Helpdesk
Topic: polymake and povray
Replies: 4
Views: 5731

Re: polymake and povray

Is povray installed on your computer? Is polymake configured to use it? Try show_unconfigured; in the shell (or check the list of used programs printed at the beginning of a new session). If povray.rules is in the list returned by this command, then issue reconfigure ("povray.rules"); If p...
by paffenholz
19 Jun 2011, 13:07
Forum: Helpdesk
Topic: polytope compute with 'INEQUALITIES' -> lattice points
Replies: 9
Views: 12375

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

Your input defines an affine cone with 4900 rays and 2-dimensional lineality. This is not a feasible input for a polytope in all versions of polymake up to 2.9.9. Yet, polymake always assumes correct input; it never checks this, leading to sometimes unexpected results. The recent version 2.10 can de...
by paffenholz
23 May 2011, 00:13
Forum: General Discussion
Topic: Recognizing Vertex
Replies: 2
Views: 10993

Re: Recognizing Vertex

I am not sure whether I completely understand your question. You are given a set of points M, and you want to determine the vertices of P:=conv(M), so you want to decide for each m in M whether m is a vertex of P? Deciding whether m is contained in the convex hull of some points could be phrased as ...
by paffenholz
20 May 2011, 19:47
Forum: Helpdesk
Topic: Constructing half integer polytopes
Replies: 3
Views: 6667

Re: Constructing half integer polytopes

The function "isomorphic" checks for combinatorial isomorphism, so the check for the number of vertices will always evaluate to true. Yet this test removes probably more polytopes than intended. There is no obvious direct way in polymake to check for affine equivalence. In small (fixed) di...
by paffenholz
20 May 2011, 18:30
Forum: Helpdesk
Topic: Segmentation fault and 2.9.9 vs. 2.9.10
Replies: 3
Views: 5608

Re: Segmentation fault and 2.9.9 vs. 2.9.10

polymake uses homogeneous coordinates for polytopes. So for polymake a polytope is embedded at height 1 in a space one dimension higher (this additional coordinate is the first for each vertex). See here for more details. polymake does not require the leading coordinate to be 1 in the input, your in...
by paffenholz
12 May 2011, 15:02
Forum: Helpdesk
Topic: tutorial on LP
Replies: 10
Views: 12759

Re: tutorial on LP

The property OBJECTIVES does not exist, and the function that transforms your plain text file into the new file format accordingly fails. The given error message is maybe not very clear ... If you want to use polymake in compatibility mode than your file should define the property LINEAR_OBJECTIVE, ...

Go to advanced search