> $f = $s->SECONDARY_FAN; > $f->properties;
type: PolyhedralFan<Rational>
MAXIMAL_CONES
{0 1 2}
{0 1 3}
{1 2 4}
{0 2 5}
RAYS
0 1 1
1 0 1
1 1 0
0 0 1
1 0 0
0 1 0
> $f->VISUAL;
looks like this till now:
> $f = $s->SECONDARY_FAN; > $f->properties; type: PolyhedralFan<Rational> MAXIMAL_CONES {0 1 2} {0 1 3} {1 2 4} {0 2 5} RAYS 0 1 1 1 0 1 1 1 0 0 0 1 1 0 0 0 1 0 > $f->VISUAL;