Search found 19 matches

Go to advanced search

by vdelecroix
31 Mar 2020, 14:29
Forum: General Discussion
Topic: building SubdivisionOfPoints from C++
Replies: 5
Views: 20027

Re: building SubdivisionOfPoints from C++

That worked :-) But this application switch is somehow annoying.
by vdelecroix
31 Mar 2020, 14:09
Forum: General Discussion
Topic: building SubdivisionOfPoints from C++
Replies: 5
Views: 20027

Re: building SubdivisionOfPoints from C++

Thanks for your answers. I forgot to mention that I am using Polymake 3.6. I also tried with fan::SubdivisionOfPoints and I get the same kind of error Package "fan::SubdivisionOfPoints" does not exist at (eval 257) line 1. at /usr/local/share/polymake/perllib/Polymake/Core/Application.pm l...
by vdelecroix
31 Mar 2020, 13:34
Forum: General Discussion
Topic: building SubdivisionOfPoints from C++
Replies: 5
Views: 20027

building SubdivisionOfPoints from C++

Hello, I would like to build a SubdivisionOfPoints from C++. However, my experiments were not fruitful. Using perl::Object * sd = new perl::Object("SubdivisionOfPoints"); raises for me a Error processing type expression SubdivisionOfPoints: Package "SubdivisionOfPoints" does not ...
by vdelecroix
30 Mar 2020, 21:37
Forum: General Discussion
Topic: PyPolymake and backward incompatible changes in the C++ interface
Replies: 0
Views: 23626

PyPolymake and backward incompatible changes in the C++ interface

Dear Polymake developers, I am maintainer of PyPolymake (https://gitlab.com/videlec/pypolymake). It allows to work with Polymake from Python and was proven to be useful. I am looking for a solution to the following problem. PyPolymake uses only the C++ interface to Polymake. But major version change...
by vdelecroix
23 Aug 2019, 19:30
Forum: Helpdesk
Topic: Can't find a valid termcap file
Replies: 10
Views: 11734

Re: Can't find a valid termcap file

After the first command in the debugger I got an illegal division

Code: Select all

DB<1> load /usr/share/perl5/core_perl/Term/Cap.pm Illegal division by zero at (eval 134)[/usr/share/perl5/core_perl/perl5db.pl:738] line 2.
by vdelecroix
22 Aug 2019, 17:32
Forum: Helpdesk
Topic: Can't find a valid termcap file
Replies: 10
Views: 11734

Re: Can't find a valid termcap file

I have no idea how to do that (but would be happy trying to debug the problem).
by vdelecroix
22 Aug 2019, 16:40
Forum: Helpdesk
Topic: Can't find a valid termcap file
Replies: 10
Views: 11734

Re: Can't find a valid termcap file

On my archlinux the files exist with the exact same path

Code: Select all

$ ls /lib/terminfo/x/xterm-256color /lib/terminfo/x/xterm-256color $ ls /lib/terminfo/r/rxvt-unicode-256color /lib/terminfo/r/rxvt-unicode-256color
by vdelecroix
22 Aug 2019, 16:34
Forum: Helpdesk
Topic: polytope over quadratic number fields
Replies: 10
Views: 9796

Re: polytope over quadratic number fields

Though it would help if you can demonstrate how to manipulate QuadraticExtension in polymake. Namely, construct a polyhedron from its list of vertices in coordinates. The documentation that I found is very limited... Do you mean the documentation of polymake itself or the Sage interface? Our tutori...
by vdelecroix
21 Aug 2019, 21:21
Forum: Helpdesk
Topic: polytope over quadratic number fields
Replies: 10
Views: 9796

Re: polytope over quadratic number fields

for information: it is fixed in SageMath with ticket 28377.
by vdelecroix
21 Aug 2019, 19:29
Forum: Helpdesk
Topic: Can't find a valid termcap file
Replies: 10
Views: 11734

Re: Can't find a valid termcap file

I got the same trouble with "rxvt-unicode (urxvt) v9.22 - released: 2016-01-23" on archlinux and polymake 3.4. The bit of configuration that seems to be relevant is here $ echo $TERM rxvt-unicode-256color $ echo $TERMCAP $ echo $TERMPATH $ perl -MTerm::Cap -e 'print $INC{"Term/Cap.pm&...

Go to advanced search