Skip to content

Commit 526c0fd

Browse files
force m_monotone = 6 as default for R2DH
1 parent 3ba5675 commit 526c0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/R2DH_alg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function R2DH(
174174
kwargs...
175175
) where{T, V}
176176
kwargs_dict = Dict(kwargs...)
177-
m_monotone = pop!(kwargs_dict, :m_monotone, 1)
177+
m_monotone = pop!(kwargs_dict, :m_monotone, 6)
178178
solver = R2DHSolver(reg_nlp, m_monotone = m_monotone)
179179
stats = GenericExecutionStats(reg_nlp.model)
180180
solve!(solver, reg_nlp, stats; kwargs_dict...)

0 commit comments

Comments
 (0)