Search found 32 matches

Go to advanced search

by mws
25 Jan 2016, 00:41
Forum: Helpdesk
Topic: QuadraticExtension in Polymake 3.0
Replies: 17
Views: 16865

QuadraticExtension in Polymake 3.0

Hello, I am using the callable library and have two basic questions about the QuadraticExtension type. I create a QuadraticExtension object as follows: polymake::QuadraticExtension<polymake::Rational> q {1,2,3}; Is it correct that this corresponds to the element 1 + 2 sqrt(3) in Q(sqrt(3))? So if a ...
by mws
13 Nov 2015, 21:49
Forum: Helpdesk
Topic: Error installing Polymake 2.15-beta3
Replies: 5
Views: 6130

Re: Error installing Polymake 2.15-beta3

Thanks, Ewgenij, for your very detailed answer.

In the end I could not figure out what the problem was, everything seemed fine. So I just installed everything needed by Polymake locally and now it works.
by mws
10 Nov 2015, 17:21
Forum: Helpdesk
Topic: Error installing Polymake 2.15-beta3
Replies: 5
Views: 6130

Re: Error installing Polymake 2.15-beta3

Dear polymakers,

I am still stuck with my problem. Any ideas how to fix it? Do you need additional information about the system I'm using?

Thanks,
Moritz
by mws
03 Nov 2015, 13:16
Forum: Helpdesk
Topic: Error installing Polymake 2.15-beta3
Replies: 5
Views: 6130

Re: Error installing Polymake 2.15-beta3

Thanks, Benjamin, that already helped a great deal! Now Polymake compiles without any errors. However, when I start it it complains: Can't locate loadable object for module Polymake::Ext in @INC (@INC contains: /home/mws/polymake-2.15-beta3/share/polymake/perllib /home/mws/polymake-2.15-beta3/lib/po...
by mws
28 Oct 2015, 12:06
Forum: Helpdesk
Topic: Error installing Polymake 2.15-beta3
Replies: 5
Views: 6130

Error installing Polymake 2.15-beta3

I need to install Polymake 2.15 on yet another system, and again problem occur. Let me first describe the system: Linux soroban 2.6.32-504.30.3.el6.x86_64 #1 SMP Tue Jul 14 11:18:03 CDT 2015 x86_64 x86_64 x86_64 GNU/Linux Perl: v5.10.1 (*) built for x86_64-linux-thread-multi GCC: 4.4.7 20120313 (Red...
by mws
09 Oct 2015, 11:50
Forum: Helpdesk
Topic: Polymake 2.14r1 doesn't start after compilation
Replies: 4
Views: 5622

Re: Polymake 2.14r1 doesn't start after compilation

Deleting /usr/local/share/polymake did the trick.

Thanks, Benjamin & Michael!
by mws
08 Oct 2015, 19:50
Forum: Helpdesk
Topic: Polymake 2.14r1 doesn't start after compilation
Replies: 4
Views: 5622

Re: Polymake 2.14r1 doesn't start after compilation

I compiled Polymake 2.14r1 from the source code available on polymake.org. The compilation finished without any errors (that's what it reported at least). As a C++ compiler I am using clang version 3.6.2. My perl version is perl 5, version 22, subversion 0 (v5.22.0). Perl did not change between the ...
by mws
08 Oct 2015, 13:17
Forum: Helpdesk
Topic: Polymake 2.14r1 doesn't start after compilation
Replies: 4
Views: 5622

Polymake 2.14r1 doesn't start after compilation

I just downloaded Polymake 2.14r1 and installed it without any errors (so it seems at least) on my up-to-date Arch Linux system. When I try to start it I get the error message Loading applications now...polymake: ERROR: Corrupt or incomplete installation: shared module /usr/local/lib/polymake/bundle...
by mws
07 Sep 2015, 21:32
Forum: Helpdesk
Topic: Callable library question: How to truncate a polymake::Vector?
Replies: 4
Views: 5423

Re: Callable library question: How to truncate a polymake::Vector?

Yes, I am interested in changing the existing vector. So

Code: Select all

vec.resize(n)
keeps the first n elements and discards the rest?
by mws
04 Sep 2015, 13:54
Forum: Helpdesk
Topic: Callable library question: How to truncate a polymake::Vector?
Replies: 4
Views: 5423

Callable library question: How to truncate a polymake::Vector?

I am using the callable library of Polymake 2.14. Let's say I define a vector of size 4 in my C++ program, i.e., polymake::Vector<Rational> vec {4}; After doing some computations I need to discard the last element. If vec would be of type std::vector, I'd just use .pop_back(), but this doesn't seem ...

Go to advanced search