Skip to content

Commit

Permalink
240217.100755.HKT correct the definition of iprint in testprima.m
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 17, 2024
1 parent f975d9f commit 732f753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions matlab/tests/private/isequiv.m
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ function isequiv(solvers, options)
'ERRINROS', ...
'ERRINRSM', ...
'GOULDQP1', ...
'HATFLDGLS', ...
'HYDCAR6LS', ...
'LSQFIT', ...
'METHANL8LS', ...
Expand Down
2 changes: 1 addition & 1 deletion matlab/tests/testprima.m
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function testprima(release, precision, nrun)
options.solver = solver;
options.classical = clflag;
problem.options = options;
problem.options.iprint = round(4*(2*rand() - 1)) * release;
problem.options.iprint = round(4*(2*rand() - 1)) * (1 - release);

switch type
case 'unconstrained'
Expand Down

0 comments on commit 732f753

Please sign in to comment.