Search found 14 matches

Go to advanced search

by MattLarson
04 Nov 2019, 23:16
Forum: Installing polymake
Topic: Instaling polymake on macOS 10.14
Replies: 3
Views: 9708

Instaling polymake on macOS 10.14

Hi, I'm trying to compile polymake 3.5 from source on macOS 10.14.6. Configuring polymake seems to work: MacBook-Pro-2:polymake computing$ ./configure --without-jreality checking C++ compiler ... ok (g++ is Apple CLANG (roughly 6.0) from Xcode 10.0.1) checking C++ library ... ok (libc++ 7000, C++ 20...
by MattLarson
24 Aug 2019, 19:09
Forum: Helpdesk
Topic: Unexpected behavior when finding regular subdivisions
Replies: 1
Views: 4159

Unexpected behavior when finding regular subdivisions

I have two instances where the behavior of regular subdivisions is confusing. In the first instance, I'm trying to create a regular subdivision where the weights are very close to being non-generic. I found this example by taking a non-generic regular subdivision and then perturbing the weights in o...
by MattLarson
04 Jun 2018, 18:01
Forum: Helpdesk
Topic: ERROR: no matching overloaded instance of...
Replies: 3
Views: 5949

Re: ERROR: no matching overloaded instance of...

Thank you both so much for your help!
by MattLarson
03 Jun 2018, 23:19
Forum: Helpdesk
Topic: ERROR: no matching overloaded instance of...
Replies: 3
Views: 5949

ERROR: no matching overloaded instance of...

Hi, I'm getting errors of the form ERROR: no matching overloaded instance of... a lot, and I'm not sure how to interpret them. For example, when I run $g = graph_from_edges([[0,1],[0,2],[1,2],[2,3]]); $c = topaz::clique_complex($g,no_labels=>1); topaz::homology($c, 0); I get the error "ERROR: n...

Go to advanced search