Skip to content

Commit c9db2a3

Browse files
committed
Update
1 parent f2aa4c1 commit c9db2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MOI_wrapper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ function _get_dual(model::Optimizer, index::Integer)
14811481
return model.lambda[index]
14821482
end
14831483

1484-
function MOI.get(model::Optimizer, v::MOI.VariablePrimal, x::MOI.VariableIndex)
1484+
function MOI.get(model::Optimizer, attr::MOI.VariablePrimal, x::MOI.VariableIndex)
14851485
MOI.check_result_index_bounds(model, attr)
14861486
MOI.throw_if_not_valid(model, x)
14871487
return _get_solution(model, x.value)

0 commit comments

Comments
 (0)