Skip to content

Commit

Permalink
supports_incremental_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed May 6, 2021
1 parent 43a856f commit 57541b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MOI_wrapper/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ function MOI.get(model::Optimizer, ::MOI.TimeLimitSec)
return MOI.get(model, MOI.RawParameter("tm_lim")) / 1_000
end

MOI.Utilities.supports_default_copy_to(::Optimizer, ::Bool) = true
MOI.supports_incremental_interface(::Optimizer, ::Bool) = true

function MOI.get(model::Optimizer, ::MOI.ListOfVariableAttributesSet)
return MOI.AbstractVariableAttribute[MOI.VariableName()]
Expand Down

0 comments on commit 57541b0

Please sign in to comment.