Skip to content

Commit

Permalink
Update src/PolyhedralGeometry/Polyhedron/standard_constructions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz authored Jan 13, 2025
1 parent 0c9f32d commit df009d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2490,5 +2490,5 @@ julia> faces(IncidenceMatrix,pG,1)
"""
function tutte_lifting(G::Graph{Undirected})
pmG = Polymake.graph.Graph{Undirected}(; ADJACENCY=G)
return polyhedron(Polymake.polytope.tutte_lifting(pmG))
return Polyhedron{QQFieldElem}(Polymake.polytope.tutte_lifting(pmG), QQ)
end

0 comments on commit df009d9

Please sign in to comment.