Search found 115 matches

Go to advanced search

by blorenz
22 Jan 2015, 19:10
Forum: Feature Requests
Topic: A bevy of requests
Replies: 2
Views: 15322

Re: A bevy of requests

Thank you very much for your suggestions, most of them will be included in the next polymake release which is due in February. Fixed: E8: Both the comment and the help text were wrong and are fixed in our development version. There is no obstruction for E6 and E7 anymore, but quadratic extensions we...
by blorenz
29 Dec 2014, 17:37
Forum: Helpdesk
Topic: Polytope Containment
Replies: 13
Views: 12383

Re: Polytope Containment

The inhomog_var was introduced in with 2.13, thus it was missing in your coordinate labels. but without this entry the permutation $perm only contains 18 entries instead of 19 (18 coords plus right-hand side) and the matrix created by permuted_cols looses the first column but will contain a zero-col...
by blorenz
29 Dec 2014, 11:59
Forum: Helpdesk
Topic: Polytope Containment
Replies: 13
Views: 12383

Re: Polytope Containment

polymake: ERROR: Shared module compilation failed; see the error log below make: g++: Command not found make: *** [/tmp/poly23874Taaaa0013.o] Error 127 This probably means that at some point after the installation of polymake, the C++ compiler was uninstalled which is quite strange. You can try to ...
by blorenz
28 Dec 2014, 14:46
Forum: Helpdesk
Topic: Polytope Containment
Replies: 13
Views: 12383

Re: Polytope Containment

Hello Satya, the reason why this point is not in the polytope is that the coordinates are not in the order you are assuming for $v. You can check the coordinates with: polytope > print $f->COORDINATE_LABELS; inhomog_var a1 a9 a11 a13 a10 a12 a15 a8 a14 a16 a17 a2 a5 a6 a3 a7 a18 a4 One way to reorde...
by blorenz
25 Dec 2014, 11:49
Forum: Helpdesk
Topic: Polytope Containment
Replies: 13
Views: 12383

Re: Polytope Containment

Yes, it will also check whether the point satisfies the affine hull equations.

Benjamin
by blorenz
23 Dec 2014, 15:12
Forum: Helpdesk
Topic: Polytope Containment
Replies: 13
Views: 12383

Re: Polytope Containment

Hello Satya, there is an (undocumented :() method $q->contains($v) in polymake which checks whether a given point $v is contained in a polytope $q. Thus you can just iterate over the VERTICES of $p and pass them to this function. This should also work in the unbounded case. Internally this will use ...
by blorenz
15 Dec 2014, 13:46
Forum: News
Topic: Forum updated and MathJax support
Replies: 0
Views: 37680

Forum updated and MathJax support

Dear polymake users,

We have updated the forum software and added support for \(\TeX\)-MathJax in your posts.
The update should fix a few issues, e.g. the BBCode buttons.

Benjamin

PS: \[\sum_{k=1}^n k = \frac{n(n+1)}{2}\]

Code: Select all

\( tex-inlineMath \) \[ tex-displayMath \]
by blorenz
12 Dec 2014, 12:41
Forum: Playground
Topic: new forum
Replies: 1
Views: 9294

new forum

testing the new forum

edittest
by blorenz
22 Oct 2014, 16:39
Forum: Helpdesk
Topic: Mac OS X Yosemite
Replies: 2
Views: 3622

Re: Mac OS X Yosemite

In the meantime if you dont have access to a linux machine you can use the online version.

Benjamin
by blorenz
07 Oct 2014, 12:16
Forum: Helpdesk
Topic: Please share C++ sample code
Replies: 6
Views: 7434

Re: Please share C++ sample code

Dear kisas, First note that all core algorithms in polymake are written in C or C++, the perl shell provides an easy interface that still comes with the efficiency of the compiled code running in the background. This means that you can do: # load the lp file $pf = lp2poly("test.lp"); # pol...

Go to advanced search