Skip to content

Commit

Permalink
inf fail
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimg committed Mar 2, 2022
1 parent 897c333 commit aabdf90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/moitest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function test_runtests()
# poorly scaled problem (solved bellow with higher accuracy)
"test_linear_add_constraints",
# time limit hit
"test_linear_INFEASIBLE",
"test_solve_DualStatus_INFEASIBILITY_CERTIFICATE_VariableIndex_LessThan_max",
],
)
Expand All @@ -77,6 +78,11 @@ function test_runtests()
model,
config,
)
MOI.empty!(model)
MOI.Test.test_linear_INFEASIBLE(
model,
config,
)

MOI.set(model, MOI.RawOptimizerAttribute("tol_primal"), 1e-7)
MOI.set(model, MOI.RawOptimizerAttribute("tol_dual"), 1e-7)
Expand Down

0 comments on commit aabdf90

Please sign in to comment.