Skip to content

Commit

Permalink
enable some MOI contlinear tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Dec 22, 2018
1 parent 85ea505 commit 0abb816
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,15 @@ const config = MOIT.TestConfig(duals=false, infeas_certificates=false)

@testset "MOI Continuous Linear" begin
excluded = [
"linear1",
"linear2",
"linear3",
"linear4",
"linear5",
"linear6",
"linear7",
"linear8a",
"linear8b",
"linear8c",
"linear9",
"linear10",
"linear11",
"linear12",
"linear13",
"linear14",
"linear15",
"linear1", # needs MOI.delete
"linear5", # needs MOI.delete
"linear7", # needs MOI.VectorAffineFunction
"linear8b", # TODO: have solutions for unbounded problem
"linear8c", # TODO: have solutions for unbounded problem
"linear11", # needs MOI.delete
"linear13", # TODO: support MOI.FEASIBILITY_SENSE
"linear14", # needs MOI.delete
"linear15", # needs MOI.VectorAffineFunction
]
MOIT.contlineartest(optimizer, config, excluded)
end

0 comments on commit 0abb816

Please sign in to comment.