Skip to content

Commit

Permalink
Add Optimization Toolbox to MATLAB CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Feb 5, 2024
1 parent adb474d commit bead78a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Install MATLAB
if: matrix.platform == 'matlab'
uses: matlab-actions/setup-matlab@v2
with:
products: Optimization_Toolbox

- name: Configure MATLAB
if: matrix.platform == 'matlab'
Expand Down
2 changes: 1 addition & 1 deletion lib/t/t_most_w_ds.m
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ function t_most_w_ds(quiet, solver, verbose)
t_is(mdo.results.success, 1, 12, t);

t = 'objective function value (f)';
t_is(mdo.QP.f, 1593399.5, -0.5, t);
t_is(mdo.QP.f, 1593399.5, -0.7, t);
% 1593399.487 % CPLEX ~25 sec
% 1594112.218 % GUROBI ~183 sec (fails)
% 1593400.863 % MOSEK ~10 sec
Expand Down

0 comments on commit bead78a

Please sign in to comment.