Skip to content

Commit

Permalink
240209.135339.HKT fix a failure of verification small
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 9, 2024
1 parent 5835fc1 commit e2020a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions matlab/tests/private/isequiv.m
Original file line number Diff line number Diff line change
Expand Up @@ -684,13 +684,15 @@ function isequiv(solvers, options)
'CHNRSNBM', ...
'ERRINROS', ...
'METHANB8LS', ...
'TOINTPSP', ...
'VANDANMSLS', ...
}];
case 'bobyqa'
blacklist = [blacklist, { ...
'CHNROSNB', ...
'CHNRSNBM', ...
'ERRINROS', ...
'TOINTPSP', ...
'VANDANMSLS', ...
}];
case 'lincoa'
Expand All @@ -706,6 +708,7 @@ function isequiv(solvers, options)
'LSQFIT', ...
'SIM2BQP', ...
'TOINTGOR', ...
'TOINTPSP', ...
'VANDANMSLS', ...
'WAYSEA2', ...
'WEEDS', ...
Expand Down

0 comments on commit e2020a8

Please sign in to comment.