We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd29c19 commit 7aea42fCopy full SHA for 7aea42f
1 file changed
src/MultiObjectiveAlgorithms.jl
@@ -266,6 +266,7 @@ end
266
const SolutionLimit = MOI.SolutionLimit
267
268
default(::MOI.SolutionLimit) = typemax(Int)
269
+default(::AbstractAlgorithm, attr::MOI.SolutionLimit) = default(attr)
270
271
"""
272
ObjectivePriority(index::Int) <: AbstractAlgorithmAttribute -> Int
0 commit comments