From e2020a85197623b20a96b5a12722b41e16313562 Mon Sep 17 00:00:00 2001 From: zaikunzhang Date: Fri, 9 Feb 2024 13:53:39 +0800 Subject: [PATCH] 240209.135339.HKT fix a failure of verification small --- matlab/tests/private/isequiv.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/matlab/tests/private/isequiv.m b/matlab/tests/private/isequiv.m index da50916295..03e69bb874 100644 --- a/matlab/tests/private/isequiv.m +++ b/matlab/tests/private/isequiv.m @@ -684,6 +684,7 @@ function isequiv(solvers, options) 'CHNRSNBM', ... 'ERRINROS', ... 'METHANB8LS', ... + 'TOINTPSP', ... 'VANDANMSLS', ... }]; case 'bobyqa' @@ -691,6 +692,7 @@ function isequiv(solvers, options) 'CHNROSNB', ... 'CHNRSNBM', ... 'ERRINROS', ... + 'TOINTPSP', ... 'VANDANMSLS', ... }]; case 'lincoa' @@ -706,6 +708,7 @@ function isequiv(solvers, options) 'LSQFIT', ... 'SIM2BQP', ... 'TOINTGOR', ... + 'TOINTPSP', ... 'VANDANMSLS', ... 'WAYSEA2', ... 'WEEDS', ...