Skip to content

Commit

Permalink
use minimal kw in free_resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mohr authored and Rafael Mohr committed May 13, 2024
1 parent c2932c5 commit 3835a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/UngradedModules/FreeResolutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ function free_resolution(M::SubquoModule{<:MPolyRingElem};
cc_complete = false

#= Start with presentation =#
pm = presentation(M)
pm = presentation(M, minimal = algorithm in [:mres, :nres])
maps = [pm.maps[j] for j in 2:3]

br = base_ring(M)
Expand Down

0 comments on commit 3835a16

Please sign in to comment.