Skip to content

Commit

Permalink
enable some intlineartests
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Dec 23, 2018
1 parent 97a2108 commit b3ef38d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ const config = MOIT.TestConfig(duals=false, infeas_certificates=false)
]
MOIT.contlineartest(optimizer, config, excluded)
end

@testset "MOI Integer Linear" begin
excluded = [
"int2", # TODO: implement SOS1, SOS2
]
MOIT.intlineartest(optimizer, config, excluded)
end

0 comments on commit b3ef38d

Please sign in to comment.