Search found 115 matches

Go to advanced search

by blorenz
03 Jan 2023, 16:20
Forum: Playground
Topic: some testtopic
Replies: 1
Views: 3212

some testtopic

no text
by blorenz
03 Oct 2022, 20:36
Forum: Installing polymake
Topic: polymake 4.7 fails to compile on FreeBSD i386
Replies: 2
Views: 8279

Re: polymake 4.7 fails to compile on FreeBSD i386

Hi,

sorry about that error, due to the limited address space, both for compilation and for actual computations, 32bit platforms are not covered by our CI.
Please try the patch I posted here on github, this will be included in the next release.

Best,
Benjamin
by blorenz
14 Apr 2022, 17:38
Forum: Helpdesk
Topic: Online shell
Replies: 2
Views: 8557

Re: Online shell

Hi,

sorry about that downtime. It should be working again and I will improve the monitoring that didn't catch it being down, all processes were running but one somehow stopped responding to new requests.
I will also check if I can update it to polymake 4.6 soon.

Benjamin
by blorenz
08 Apr 2022, 14:10
Forum: Installing polymake
Topic: Building polymake 4.6 on Ubuntu 20.04 freeze
Replies: 2
Views: 8962

Re: Building polymake 4.6 on Ubuntu 20.04 freeze

Hi, This freezing can happen when the gcc processes exhaust all available system memory. Please try building polymake instead of the make command with: ninja -C build/Opt -j1 This will reduce the number of parallel processes to build polymake to one. You can increase the number a little depending on...
by blorenz
13 Feb 2022, 18:16
Forum: Installing polymake
Topic: Building polymake 4.6 on Ubuntu 20.04, linking problems with flint
Replies: 2
Views: 8630

Re: Building polymake 4.6 on Ubuntu 20.04, linking problems with flint

Have you tried manually removing the (manual) flint installation from /usr/local ? I.e. deleting /usr/local/lib/libflint* and /usr/local/include/flint . That should make sure that the package manager installation is used and at least give a different error message when building polymake. For the man...
by blorenz
27 Jan 2022, 20:54
Forum: Helpdesk
Topic: Visualization bug(?) in Polymake 4.6
Replies: 3
Views: 9296

Re: Visualization bug(?) in Polymake 4.6

Some of the new changes to improve the transparency don't play well with intersecting faces. I have an idea what we might change but I need to check various cases for side-effects ... For now, please try pasting the following in the javascript console of you browser after opening the visualization: ...
by blorenz
02 Nov 2021, 09:30
Forum: Installing polymake
Topic: Perl MongoDB module at EOL
Replies: 1
Views: 9004

Re: Perl MongoDB module at EOL

Hello,

we do have plans about that but unfortunately none of that is implemented yet. We will probably switch to the MongoDB C++ driver.
In addition to that we might try to add a very basic interface that doesn't need any extra libraries but interfaces directly with our Rest API.

Best
Benjamin
by blorenz
07 Sep 2021, 11:44
Forum: Installing polymake
Topic: SageMath installation problems
Replies: 2
Views: 13231

Re: SageMath installation problems

Dear Simon, I can only tell you as much as that this error message is not from the polymake build-system. Since the polymake team is not involved in the SageMath interface we cannot help you any further, so please try asking in the SageMath forum or have a look at these question with a similar error...
by blorenz
28 Aug 2021, 19:27
Forum: Installing polymake
Topic: Testsuite regression with nauty on FreeBSD
Replies: 2
Views: 11445

Re: Testsuite regression with nauty on FreeBSD

Unfortunately there is a small mistake in the patch, in the case that --without-prereq is passed to configure the -lnauty flag for the linker will be missing. Please try this patch: https://polymake.org/downloads/libnauty2.patch

Benjamin
by blorenz
14 Aug 2021, 10:00
Forum: General Discussion
Topic: Mixed volume -> edge matrix is singular?
Replies: 4
Views: 17604

Re: Mixed volume -> edge matrix is singular?

Hi, unfortunately you hit a bug in our mixed volume implementation. This bug is already fixed in the most recent polymake release 4.4, but is still present in the 4.2 release that was active in the webpolymake until today. I have now updated webpolymake to version 4.4 which does work for your exampl...

Go to advanced search