Skip to content

Commit

Permalink
Update MINLPTests
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Nov 22, 2021
1 parent 78c2e4d commit 5d5e943
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions test/jump_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,28 @@ function run_minlptests(
MINLPTests.test_nlp_mi(
solver,
exclude = String[
# TODO fix failures:
# ======================= Unexpected failures ======================
# LOCALLY_SOLVED instead of LOCALLY_INFEASIBLE
"007_020",
# ======================== Expected failures =======================
# Nonconvex: contains sin(x)^2
"003_010",
"003_011",
"003_012",
"003_013",
"003_014",
"003_015",
"003_016",
"007_010",
"007_020",
# Excluded tests
"006_010", # User-defined function
# Non-convex: user-defined function y^3
"006_010",
],
objective_tol = TOL,
primal_tol = TOL,
dual_tol = NaN,
primal_target = Dict(
MINLPTests.FEASIBLE_PROBLEM => MOI.FEASIBLE_POINT,
MINLPTests.INFEASIBLE_PROBLEM => MOI.NO_SOLUTION,
),
)
return
end
Expand Down

0 comments on commit 5d5e943

Please sign in to comment.