Skip to content

Commit

Permalink
Update run_minlptests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 20, 2024
1 parent 749af37 commit d805816
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/MINLPTests/run_minlptests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ CONFIG["Uno"] = Dict(
"infeasible_point" => AmplNLWriter.MOI.NO_SOLUTION,
)

# Uno needs the full uno.options file...
run(
`curl https://raw.githubusercontent.com/cvanaret/Uno/refs/heads/main/uno.options -o uno.options`,
)

@testset "$(name)" for name in ["Uno", "Ipopt", "Bonmin", "Couenne"]
config = CONFIG[name]
OPTIMIZER =
Expand Down

0 comments on commit d805816

Please sign in to comment.