Search found 2 matches

Go to advanced search

by mitch.ondra
12 Mar 2024, 17:31
Forum: Helpdesk
Topic: Output format of FACETS
Replies: 3
Views: 6865

Re: Output format of FACETS

Thank you! I tried both poly2lp and and poly2porta (since I kinda work with it too) and they didn't work. Running poly2lp($c) gave me polymake: WARNING: available properties insufficient to compute 'LP' while poly2porta gives polymake: ERROR: Undefined subroutine &Polymake::User::poly2porta call...
by mitch.ondra
12 Mar 2024, 16:05
Forum: Helpdesk
Topic: Output format of FACETS
Replies: 3
Views: 6865

Output format of FACETS

Hi, when I print facets of a polytope, according to documentation I should get a matrix of numbers, each rows represents one inequality with the numbers being the coeficients in the respective inequality. However, I get this: > $c = cube(3,0); > print $c->FACETS; (4) (1 1) 1 -1 0 0 (4) (2 1) 1 0 -1 ...

Go to advanced search