Skip to content

Commit

Permalink
Update variables.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Aug 15, 2021
1 parent 0c701c5 commit 4d30472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ function _info_from_variable(v::VariableRef)
fixed_value = has_fix ? fix_value(v) : NaN
has_start, start = false, NaN
if MOI.supports(
owner_model(v),
backend(owner_model(v)),
MOI.VariablePrimalStart(),
MOI.VariableIndex,
)
Expand Down

0 comments on commit 4d30472

Please sign in to comment.