Skip to content

Commit

Permalink
Merge pull request #145 from jump-dev/bl/semi
Browse files Browse the repository at this point in the history
Enable Semiinteger and Semicontinuous tests
  • Loading branch information
blegat authored Aug 12, 2020
2 parents 41e649c + 1deb8f7 commit 57e08b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ end

@testset "Integer Linear tests" begin
MOIT.intlineartest(OPTIMIZER, CONFIG, [
"int2", "indicator1", "indicator2", "indicator3", "indicator4",
# TODO reenable when https://github.com/jump-dev/MathOptInterface.jl/issues/897 is resolved
"semiconttest", "semiinttest"
"int2", "indicator1", "indicator2", "indicator3", "indicator4"
])
end

Expand Down

0 comments on commit 57e08b7

Please sign in to comment.