Skip to content

Commit 03c6637

Browse files
author
Ray Zimmerman
committed
Skip failing interior point algorithm for R2025b linprog in DC OPF tests.
1 parent cba4f53 commit 03c6637

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ For change history for [MP-Opt-Model][27], see [mp-opt-model/CHANGES.md](mp-opt-
1010
For change history for [MOST][3], see [most/CHANGES.md](most/CHANGES.md).
1111

1212

13+
since version 8.1
14+
-----------------
15+
16+
#### 9/25/25
17+
- Skip failing interior point algorithm for R2025b `linprog` in DC OPF tests.
18+
19+
1320
Version 8.1 - *Jul 12, 2025
1421
---------------------------
1522

lib/t/t_opf_dc_ot.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function t_opf_dc_ot(quiet)
1919
if have_feature('optimoptions')
2020
if have_feature('linprog_ds')
2121
if have_feature('quadprog', 'vnum') >= 7.005 %% R2016b and later
22-
if have_feature('matlab', 'vnum') == 25.001
22+
if have_feature('matlab', 'vnum') == 25.001 || have_feature('matlab', 'vnum') == 25.002
2323
algs = {'dual-simplex'};
2424
else
2525
algs = {'interior-point', 'dual-simplex'};

0 commit comments

Comments
 (0)