Skip to content

Commit

Permalink
Forgot to push one change
Browse files Browse the repository at this point in the history
  • Loading branch information
rrsadykov committed Dec 5, 2023
1 parent 509c6e8 commit 3c40b74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/customdata.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ One should use [AbstractCustomVarData](@ref) or [AbstractCustomConstrData](@ref)
"""
abstract type AbstractCustomData end

function MOI.submit(

Check warning on line 9 in src/customdata.jl

View check run for this annotation

Codecov / codecov/patch

src/customdata.jl#L9

Added line #L9 was not covered by tests
model, cb, con, custom_data
)
return MOI.submit(JuMP.backend(model), cb, JuMP.moi_function(con.func), con.set, custom_data)

Check warning on line 12 in src/customdata.jl

View check run for this annotation

Codecov / codecov/patch

src/customdata.jl#L12

Added line #L12 was not covered by tests
end

"""
AbstractCustomVarData
Expand Down

0 comments on commit 3c40b74

Please sign in to comment.