Skip to content

Commit

Permalink
PolyhedralGeoemtry: Enhance fan with gp action constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lkastner committed Jun 30, 2023
1 parent 8d75bb2 commit 9d5e4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PolyhedralGeometry/PolyhedralFan/constructors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function polyhedral_fan_from_rays_action(::Type{T}, Rays::AbstractCollection[Ray
gp = _group_generators_to_pm_arr_arr(perms, d)
Polymake.take(pf, "GROUP.REPRESENTATIVE_MAXIMAL_CONES", MC_reps)
Polymake.take(pf, "GROUP.RAYS_ACTION.GENERATORS", gp)
Polymake.take(pf, "GROUP.MAXIMAL_CONES_ACTION.MAXIMAL_CONES_GENERATORS", MC_reps)
return PolyhedralFan{T}(pf)
end
polyhedral_fan_from_rays_action(Rays::AbstractCollection[RayVector], MC_reps::IncidenceMatrix, perms::AbstractVector{PermGroupElem}) = polyhedral_fan_from_rays_action(QQFieldElem, Rays, MC_reps, perms)
Expand Down

0 comments on commit 9d5e4b8

Please sign in to comment.