Search found 7 matches

Go to advanced search

by esche
06 Dec 2012, 23:21
Forum: Helpdesk
Topic: Secondary Fans using gfan
Replies: 10
Views: 13447

Re: Secondary Fans using gfan

Thanks. Now I'm getting the following error message fan > $Sigma = fan::secondary_fan($P->VERTICES); polymake: used package gfan Gfan is a software package for computing Groebner fans and tropical varieties. Copyright by Anders Jensen http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html poly...
by esche
03 Dec 2012, 22:17
Forum: Helpdesk
Topic: Secondary Fans using gfan
Replies: 10
Views: 13447

Re: Secondary Fans using gfan

I see. Then how do I get the 1-dimensional cones ? Or the maximal cones ? I seem to get an empty result which I know not to be true.

Code: Select all

print $Sigma->MAXIMAL_CONES; {}
esche
by esche
02 Dec 2012, 13:57
Forum: Helpdesk
Topic: Secondary Fans using gfan
Replies: 10
Views: 13447

Re: Secondary Fans using gfan

Thanks a lot for the quick reply. Now, I have the next problem: $ptmat = new Matrix<Integer>([[1,0,0,0,0],[1,2,-1,-1,-1],[1,-1,2,-1,-1],[1,-1,-1,-1,-1],[1,0,0,1,0],[1,0,0,0,1]]); $P = new Polytope<Rational>(POINTS=>$ptmat); $Sigma = fan::secondary_fan($P->VERTICES); polymake: transforming /private/v...
by esche
01 Dec 2012, 00:55
Forum: Helpdesk
Topic: Secondary Fans using gfan
Replies: 10
Views: 13447

Re: Secondary Fans using gfan

Hi! I have the same problem here. I use polymake 2.12 and gfan 0.5 in Mac OS X 10.6. The subroutine secondary_fan is undefined and I get the error message polytope > reconfigure "gfan.rules"; polymake: ERROR: there are no configuration actions associated with rulefile gfan.rules Do you hav...
by esche
30 Nov 2012, 23:43
Forum: Installing polymake
Topic: Problems with the bundle on Mac OS X 10.6
Replies: 4
Views: 8690

Re: Problems with the bundle on Mac OS X 10.6

Thanks a lot. This worked. I completely forgot that I had the 32 bit version of fink installed. I will install the 64 bit version in the near future.

Again, thanks a lot for your quick help.

esche
by esche
29 Nov 2012, 18:52
Forum: Installing polymake
Topic: Problems with the bundle on Mac OS X 10.6
Replies: 4
Views: 8690

Re: Problems with the bundle on Mac OS X 10.6

Thanks for your quick response. The file /System/Library/Perl/5.10.0/darwin-thread-multi-2level/auto/Encode/Encode.bundle exists. I had /sw/lib/perl5/ExtUtils:/sw/bin:/sw/sbin: in my path variable. After removing them and calling polymake I get essentially the same message $ echo $PATH /usr/bin:/bin...
by esche
27 Nov 2012, 20:44
Forum: Installing polymake
Topic: Problems with the bundle on Mac OS X 10.6
Replies: 4
Views: 8690

Problems with the bundle on Mac OS X 10.6

Hi everybody, I downloaded the bundle for Mac OS X 10.6 and had it run on a MacBook Pro 6,2. I get the following error message: /Applications/polymake.app/Contents/MacOS/polymake.start ; exit; Can't load '/sw/lib/perl5/5.10.0/darwin-thread-multi-2level/auto/Encode/Encode.bundle' for module Encode: d...

Go to advanced search