File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11include (" solver_preamble.jl" )
22using COSMO
33# sosdemo9: 33000 < max_iter < 34000
4- factory = optimizer_with_attributes (COSMO. Optimizer, " verbose" => false , " max_iter" => 34000 )
4+ factory = optimizer_with_attributes (
5+ COSMO. Optimizer,
6+ " verbose" => false ,
7+ " max_iter" => 34000 ,
8+ )
59config = MOI. Test. Config (atol = 1e-3 , rtol = 1e-3 )
610@testset " Linear" begin
711 Tests. linear_test (factory, config, [
Original file line number Diff line number Diff line change 11include (" solver_preamble.jl" )
22import SDPNAL
3- factory = optimizer_with_attributes (SDPNAL. Optimizer, " printlevel" => 0 , " tol" => 1e-4 )
3+ factory = optimizer_with_attributes (
4+ SDPNAL. Optimizer,
5+ " printlevel" => 0 ,
6+ " tol" => 1e-4 ,
7+ )
48config = MOI. Test. Config (atol = 5e-3 , rtol = 5e-3 )
59@testset " Linear" begin
610 Tests. linear_test (factory, config, [
You can’t perform that action at this time.
0 commit comments