Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 8, 2025
1 parent cede80a commit 6a7831f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ConicProgram/ConicProgram.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ function MOI.set(
)
end

# The following `supports` methods are needed because
# `MOI.set(::MOI.ModelLike, ::SlackBridgePrimalDualStart, ::SlackBridge, ::Nothing)`
# checks that the model supports these starting value attributes.
function MOI.supports(
::Model,
::Union{MOI.VariablePrimalStart},
Expand Down

0 comments on commit 6a7831f

Please sign in to comment.