Skip to content

Commit

Permalink
Update .github/julia/runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 14, 2024
1 parent 95a97d2 commit 81a7b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/julia/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Optimizer(options = String["logger=INFO"])
return AmplNLWriter.Optimizer(Uno_jll.amplexe, options)
end

Optimizer_LP() = Optimizer(["logger=INFO", "subproblem=LP"])
Optimizer_LP() = Optimizer(["logger=INFO", "preset=filterslp"])

# This testset runs https://github.com/jump-dev/MINLPTests.jl
@testset "MINLPTests" begin
Expand Down

0 comments on commit 81a7b1d

Please sign in to comment.