We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9216bf7 commit 21fd6f6Copy full SHA for 21fd6f6
src/algorithms/Lexicographic.jl
@@ -81,7 +81,7 @@ function optimize_multiobjective!(
81
sequence = 1:MOI.output_dimension(model.f)
82
perm = MOI.get(algorithm, LexicographicAllPermutations())
83
if !something(perm, _default(LexicographicAllPermutations()))
84
- return _solve_in_sequence(algorithm, model, sequence)
+ return _solve_in_sequence(algorithm, model, inner, f, sequence)
85
end
86
if perm === nothing && length(sequence) >= 5
87
o, n = length(sequence), factorial(length(sequence))
0 commit comments