Skip to content

Commit ce3522b

Browse files
committed
Update
1 parent 21fd6f6 commit ce3522b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/Lexicographic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ function _solve_in_sequence(
127127
algorithm::Lexicographic,
128128
model::Optimizer,
129129
inner::MOI.ModelLike,
130-
f::MOI.ModelLike,
130+
f::MOI.AbstractVectorFunction,
131131
sequence::AbstractVector{Int},
132132
)
133133
variables = MOI.get(inner, MOI.ListOfVariableIndices())

0 commit comments

Comments
 (0)