Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Feb 5, 2024
1 parent adb474d commit c8fd151
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 @@ -40,6 +40,8 @@ jobs:
- name: Configure MATLAB
if: matrix.platform == 'matlab'
uses: MATPOWER/action-configure-matlab@v2
with:
products: Optimization_Toolbox

- name: ${{ env.ML_NAME }} ${{ env.ML_VER }} Installed
run: $ML_CMD ver
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 c8fd151

Please sign in to comment.