Skip to content

Commit

Permalink
Update minimum MATPOWER version from v7.1 to v8.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdzman committed Apr 25, 2024
1 parent 0a27e61 commit c5d8ace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ System Requirements
-------------------

This version of MOST requires:
* [MATPOWER][2] version 7.x or later, _(see MATPOWER system requirements
* [MATPOWER][2] version 8.x or later, _(see MATPOWER system requirements
for details of required versions of [MATLAB][4] or [GNU Octave][5])_
* _(highly recommended)_ A high-performance LP/MILP, QP/MIQP solver,
such as Gurobi, CPLEX, MOSEK, MATLAB's Optimization Toolbox, or GLPK
Expand Down
2 changes: 1 addition & 1 deletion docs/src/MOST-manual/MOST-manual.tex
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ \subsection{System Requirements}
\label{sec:sysreq}
To use \most{}~\mostver{} you will need:
\begin{itemize}
\item \matpower{} version 7.1 or later\footnote{\most{}~1.0.1 and 1.0.2 required \matpower{}~7 and \most{}~1.0 required \matpower{}~6.}
\item \matpower{} version 8.x or later\footnote{\most{}~1.0.1 and 1.0.2 required \matpower{}~7 and \most{}~1.0 required \matpower{}~6.}
\item \emph{(highly recommended)} a high-performance LP/MILP, QP/MIQP solver such as \gurobi{}, \cplex{}, \mosek{}, \matlab{}'s \ot{} or \glpk{} \emph{(included with Octave)}.
\end{itemize}

Expand Down
2 changes: 1 addition & 1 deletion 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', '11-Apr-2024' );
'Date', '25-Apr-2024' );
if nargout > 0
if nargin > 0
rv = v;
Expand Down

0 comments on commit c5d8ace

Please sign in to comment.