Skip to content

Commit

Permalink
relax tol
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquim Garcia committed May 23, 2023
1 parent 4d07265 commit e85f7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ include("jump_nlp.jl")
jump_04(solver.opt, solver.mode, CONFIG_3_start)
jump_05(solver.opt, solver.mode)
jump_3SAT(solver.opt, solver.mode, CONFIG_3)
jump_06(solver.opt, solver.mode)
jump_06(solver.opt, solver.mode, CONFIG_3)
# jump_06_sv(solver.opt, solver.mode, CONFIG_4) # fail in Ipopt
jump_07(solver.opt, solver.mode, CONFIG_2)
jump_08(solver.opt, solver.mode, CONFIG_3_start)
Expand Down

0 comments on commit e85f7b1

Please sign in to comment.