Search found 63 matches

Go to advanced search

by assarf
03 Jun 2014, 16:01
Forum: Helpdesk
Topic: Compute the intersection of two fans
Replies: 10
Views: 12708

Re: Compute the intersection of two fans

Hey juergens, unfortunately (well... maybe fortunately *g*) I could not reproduce this segmentation fault. With a fresh 2.13-1 it works fine here. But this can have several reasons. One reason might be that something in your polymake config is broken. Or you prefer a different convex hull algorithm ...
by assarf
03 Jun 2014, 11:36
Forum: Helpdesk
Topic: Combinatorial automorphisms
Replies: 2
Views: 4242

Re: Combinatorial automorphisms

yes you can do that with polymake. The client automorphisms does what you want. automorphisms(m) -> Array<Pair<Array<Int>,Array<Int>>> Find the automorphism group of the non-symmetric incidence matrix. Arguments: IncidenceMatrix<NonSymmetric> m Returns Array<Pair<Array<Int>,Array<Int>>> each element...
by assarf
26 May 2014, 16:47
Forum: News
Topic: Polymake on github
Replies: 0
Views: 30135

Polymake on github

From now on you are able to get the latest polymake releases and perpetual beta versions through github. So updating to a new version is as easy as git pull.

Check here here on information on how to get the newest perpetual-beta version on github.
by assarf
26 May 2014, 11:59
Forum: Helpdesk
Topic: Compute the intersection of two fans
Replies: 10
Views: 12708

Re: Compute the intersection of two fans

Ok, thank you. I downloaded atint and tried it. The warning is because the input is not quite right. But one can discuss which behavior is "correct". as you can see your fan $LS has one empty maximal cone. atint > print $LS->MAXIMAL_CONES; {} But if you define such a fan with the dedicated...
by assarf
22 May 2014, 15:34
Forum: Helpdesk
Topic: Compute the intersection of two fans
Replies: 10
Views: 12708

Re: Compute the intersection of two fans

This issue will be fixed in the next perpetual beta version. In the meanwhile here is a patch for it. Just apply it like in the previous post. Please report back if it works. I did not try your example, since I do not have atint installed at the moment.
by assarf
22 May 2014, 10:28
Forum: Helpdesk
Topic: Problem with Latte Integrale
Replies: 5
Views: 6100

Re: Problem with Latte Integrale

your example runs fine with my unix machine and latte 1.6

could you try 1.6 to rule out if it is a problem with 1.7?
by assarf
22 May 2014, 10:08
Forum: Installing polymake
Topic: Latte in 2.13 Mac bundle
Replies: 2
Views: 4387

Re: Latte in 2.13 Mac bundle

with the polymake command

Code: Select all

reconfigure "latte.rules";
you can configure latte. It will ask you for the location of the "count" executable
by assarf
21 May 2014, 13:35
Forum: Helpdesk
Topic: Compute the intersection of two fans
Replies: 10
Views: 12708

Re: Compute the intersection of two fans

indeed there is something wrong. Thank you.

We will fix that. Please stay tuned.

Bye
by assarf
07 Jan 2014, 09:09
Forum: Helpdesk
Topic: Direct Sum
Replies: 3
Views: 5143

Re: Direct Sum

Hello, when you want to enhance an existent application like "polytope" through an extension you need to specify which application(s) you want to enhance. Therefore the "APP_NAME" in the extend_application command (Quote from the extensions page: "where APP_NAME is the name ...
by assarf
20 Dec 2013, 09:44
Forum: Helpdesk
Topic: Direct Sum
Replies: 3
Views: 5143

Re: Direct Sum

Hi there, when the .cc file contains all the required polymake declarations (like described here: http://www.polymake.org/doku.php/reference/clients ) then you just put your file in the folder: /path/to/polymake/apps/polytope/src/ and compile polymake again. Now your function should be available. Ho...

Go to advanced search