Skip to content

Commit 503b0bd

Browse files
committed
Fix Gurobi 10 test failure.
1 parent b7b0110 commit 503b0bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/t/t_most_w_ds.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function t_most_w_ds(quiet, solver, verbose)
7272
end
7373
if have_feature('gurobi')
7474
mpopt = mpoption(mpopt, 'gurobi.method', 2); %% barrier
75-
mpopt = mpoption(mpopt, 'gurobi.threads', 2);
75+
mpopt = mpoption(mpopt, 'gurobi.threads', 4);
7676
mpopt = mpoption(mpopt, 'gurobi.opts.BarConvTol', 1e-6); %% 1e-8
7777
mpopt = mpoption(mpopt, 'gurobi.opts.FeasibilityTol', 1e-4); %% 1e-6
7878
mpopt = mpoption(mpopt, 'gurobi.opts.OptimalityTol', 1e-5); %% 1e-6

0 commit comments

Comments
 (0)