Skip to content

Commit

Permalink
Remove unused COSMOModelData
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 22, 2023
1 parent c95bf89 commit 7d86e64
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions test/UnitTests/moi_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ const MOI = MathOptInterface
const MOIT = MOI.Test
const MOIB = MOI.Bridges
const MOIU = MOI.Utilities
MOIU.@model(COSMOModelData,
(),
(MOI.EqualTo, MOI.GreaterThan, MOI.LessThan, MOI.Interval),
(MOI.Zeros, MOI.Nonnegatives, MOI.SecondOrderCone,
MOI.PositiveSemidefiniteConeTriangle, MOI.ExponentialCone, MOI.DualExponentialCone),
(MOI.PowerCone, MOI.DualPowerCone),
(),
(MOI.ScalarAffineFunction, MOI.ScalarQuadraticFunction),
(MOI.VectorOfVariables,),
(MOI.VectorAffineFunction,),);


struct UnsupportedModelAttribute <: MOI.AbstractModelAttribute end
Expand Down Expand Up @@ -395,4 +385,4 @@ end

end # module

TestCOSMO.runtests()
TestCOSMO.runtests()

0 comments on commit 7d86e64

Please sign in to comment.