Skip to content

Commit

Permalink
git subrepo pull most
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "most"
  merged:   "6a739827"
upstream:
  origin:   "[email protected]:MATPOWER/most"
  branch:   "master"
  commit:   "6a739827"
git-subrepo:
  version:  "0.4.6"
  origin:   "https://github.com/ingydotnet/git-subrepo"
  commit:   "73a0129"
  • Loading branch information
rdzman committed Apr 11, 2024
1 parent 0913006 commit 20fae79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions most/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = [email protected]:MATPOWER/most
branch = master
commit = f1d989fa3746c051d59f04d63c287a058e849f08
parent = 59a0e90f24c5a9bfb22a93e9c3b57e5323ec98aa
commit = 6a739827e993d64089f78316b612d495a7c21161
parent = 091300653d2bf63c84d0f4197417961a155a761e
method = merge
cmdver = 0.4.6
2 changes: 1 addition & 1 deletion most/lib/mostver.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
v = struct( 'Name', 'MOST', ...
'Version', '1.2+', ...
'Release', '', ...
'Date', '04-Apr-2024' );
'Date', '11-Apr-2024' );
if nargout > 0
if nargin > 0
rv = v;
Expand Down
2 changes: 1 addition & 1 deletion most/lib/t/t_most_30b_1_1_0_uc.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function t_most_30b_1_1_0_uc(quiet)
% mpopt = mpoption('verbose', 2, 'out.all', -1);
mpopt = mpoption(mpopt, 'out.bus', 0, 'out.branch', 0, 'out.gen', 2);
mpopt = mpoption(mpopt, 'opf.violation', 5e-7, 'mips.comptol', 5e-8);
if have_feature('intlinprog')
if have_feature('intlinprog') && have_feature('intlinprog', 'vnum') < 24
mpopt = mpoption(mpopt, 'linprog.Algorithm', 'dual-simplex');
mpopt = mpoption(mpopt, 'intlinprog.RootLPAlgorithm', 'dual-simplex');
mpopt = mpoption(mpopt, 'intlinprog.TolCon', 1e-9);
Expand Down

0 comments on commit 20fae79

Please sign in to comment.