Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 14, 2024
1 parent 5a180a7 commit 82fb2b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/julia/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ function Optimizer_LP()
"globalization_strategy=fletcher_filter_method",
"l1_constraint_violation_coefficient=1.",
"logger=INFO",
"loose_tolerance=1e-6",
"loose_tolerance=1e-4",
"progress_norm=L1",
"protect_actual_reduction_against_roundoff=no",
"residual_norm=L2",
"sparse_format=CSC",
"subproblem=LP",
"switch_to_optimality_requires_linearized_feasibility=yes",
"tolerance=1e-6",
"tolerance=1e-5",
])
end

Expand Down

0 comments on commit 82fb2b4

Please sign in to comment.