Skip to content

Commit 7aea42f

Browse files
committed
Update
1 parent bd29c19 commit 7aea42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MultiObjectiveAlgorithms.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ end
266266
const SolutionLimit = MOI.SolutionLimit
267267

268268
default(::MOI.SolutionLimit) = typemax(Int)
269+
default(::AbstractAlgorithm, attr::MOI.SolutionLimit) = default(attr)
269270

270271
"""
271272
ObjectivePriority(index::Int) <: AbstractAlgorithmAttribute -> Int

0 commit comments

Comments
 (0)