Skip to content

Commit

Permalink
Update cached StatePolytop examples w/o verbose polymake output
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
d-torrance authored and mahrud committed Aug 25, 2024
1 parent c269c8a commit 4ddabeb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.
51 changes: 0 additions & 51 deletions M2/Macaulay2/packages/StatePolytope/examples/_is__Stable.out
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,6 @@ i2 : I = ideal(a*c-b^2,a*d-b*c,b*d-c^2);
o2 : Ideal of R

i3 : isStable(3,I)
polymake: used package cdd
cddlib
Implementation of the double description method of Motzkin et al.
Copyright by Komei Fukuda.
http://www-oldurls.inf.ethz.ch/personal/fukudak/cdd_home/

VERTICES
1 9 6 6 9
1 6 12 3 9
1 4 14 5 7
1 3 14 8 5
1 9 3 12 6
1 7 5 14 4
1 5 8 14 3
1 3 12 12 3

polymake: used package cdd
cddlib
Implementation of the double description method of Motzkin et al.
Copyright by Komei Fukuda.
http://www-oldurls.inf.ethz.ch/personal/fukudak/cdd_home/

VERTICES
1 9 6 6 9
1 6 12 3 9
1 4 14 5 7
1 3 14 8 5
1 9 3 12 6
1 7 5 14 4
1 5 8 14 3
1 3 12 12 3


o3 = true

Expand All @@ -47,25 +15,6 @@ i4 : I = ideal(a^2,b^2,b*c);
o4 : Ideal of R

i5 : isStable(3,I)
polymake: used package cdd
cddlib
Implementation of the double description method of Motzkin et al.
Copyright by Komei Fukuda.
http://www-oldurls.inf.ethz.ch/personal/fukudak/cdd_home/

VERTICES
1 11 13 6 3

polymake: used package cdd
cddlib
Implementation of the double description method of Motzkin et al.
Copyright by Komei Fukuda.
http://www-oldurls.inf.ethz.ch/personal/fukudak/cdd_home/

VERTICES
1 33/4 33/4 33/4 33/4
1 11 13 6 3


o5 = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@ i2 : I = ideal(a*c-b^2,a*d-b*c,b*d-c^2);
o2 : Ideal of R

i3 : polymakeStatePolytope(I)
polymake: used package cdd
cddlib
Implementation of the double description method of Motzkin et al.
Copyright by Komei Fukuda.
http://www-oldurls.inf.ethz.ch/personal/fukudak/cdd_home/

VERTICES
1 11 7 7 11
1 7 15 3 11
1 4 18 6 8
1 3 18 9 6
1 11 3 15 7
1 8 6 18 4
1 6 9 18 3
1 3 15 15 3


o3 = {{11, 7, 7, 11}, {7, 15, 3, 11}, {4, 18, 6, 8}, {3, 18, 9, 6}, {11, 3,
------------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@ i2 : I = ideal(a*c-b^2,a*d-b*c,b*d-c^2);
o2 : Ideal of R

i3 : polymakeStatePolytope(3,I)
polymake: used package cdd
cddlib
Implementation of the double description method of Motzkin et al.
Copyright by Komei Fukuda.
http://www-oldurls.inf.ethz.ch/personal/fukudak/cdd_home/

VERTICES
1 9 6 6 9
1 6 12 3 9
1 4 14 5 7
1 3 14 8 5
1 9 3 12 6
1 7 5 14 4
1 5 8 14 3
1 3 12 12 3


o3 = {{9, 6, 6, 9}, {6, 12, 3, 9}, {4, 14, 5, 7}, {3, 14, 8, 5}, {9, 3, 12,
------------------------------------------------------------------------
Expand Down

0 comments on commit 4ddabeb

Please sign in to comment.