|
144 | 144 | \newcommand{\mipsurl}[0]{https://github.com/MATPOWER/mips} |
145 | 145 | \newcommand{\mipslink}[0]{\href{\mipsurl}{\mips{}}} |
146 | 146 | \newcommand{\mipsname}[0]{{{\bf M}{\sc atpower} \textbf{I}nterior \textbf{P}oint \textbf{S}olver}} |
147 | | -\newcommand{\mipsver}[0]{1.3.1+} |
| 147 | +\newcommand{\mipsver}[0]{1.3.1} |
148 | 148 | \newcommand{\mpom}[0]{\mbox{MP-Opt-Model}} |
149 | 149 | \newcommand{\mpomurl}[0]{https://github.com/MATPOWER/mp-opt-model} |
150 | 150 | \newcommand{\mpomlink}[0]{\href{\mpomurl}{\mpom{}}} |
151 | 151 | \newcommand{\mpomname}[0]{\mpom{}} |
152 | 152 | % \newcommand{\mpomname}[0]{{{\bf M}{\sc at}{\bf P}{\sc ower} \textbf{Opt}imization \textbf{Model}}} |
153 | | -\newcommand{\mpomver}[0]{2.1-dev} |
| 153 | +\newcommand{\mpomver}[0]{2.1} |
154 | 154 | \newcommand{\most}[0]{{MOST}} |
155 | 155 | \newcommand{\mostname}[0]{{{\bf M}{\sc atpower} \textbf{O}ptimal \textbf{S}cheduling \textbf{T}ool}} |
156 | 156 | \newcommand{\mosturl}[0]{https://github.com/MATPOWER/most} |
|
237 | 237 | %\title{\hl{--- DRAFT ---}\\\hl{\em do not distribute}\\~\\{\huge \bfseries \mpomname{} User's Manual } \\ ~ \\ \LARGE Version \mpomver{}\\ |
238 | 238 | \title{{\huge \bfseries \mpomname{} User's Manual } \\ ~ \\ \LARGE Version \mpomver{}} |
239 | 239 | \author{Ray~D.~Zimmerman} |
240 | | -%\date{July 8, 2020} % comment this line to display the current date |
| 240 | +\date{August 25, 2020} % comment this line to display the current date |
241 | 241 | %\date{May 8, 2020\thanks{Second revision. First revision was April 29, 2020}} % comment this line to display the current date |
242 | 242 |
|
243 | 243 | %%% BEGIN DOCUMENT |
@@ -322,12 +322,12 @@ \subsection{License and Terms of Use} |
322 | 322 | \subsection{Citing \mpom{}} |
323 | 323 |
|
324 | 324 | We request that publications derived from the use of \mpom{} explicitly acknowledge that fact by citing the \mpomname{} User's Manual~\cite{mpom_manual}. |
325 | | -The citation and DOI can be version-specific or general, as appropriate. For version 2.0, use: |
| 325 | +The citation and DOI can be version-specific or general, as appropriate. For version 2.1, use: |
326 | 326 |
|
327 | 327 | \begin{quote} |
328 | 328 | \footnotesize |
329 | | -R.~D. Zimmerman. \mpomname{} User's Manual, Verision 2.0. 2020. [Online]. Available: \url{https://matpower.org/docs/MP-Opt-Model-manual-2.0.pdf}\\ |
330 | | -\doi{10.5281/zenodo.3935928} |
| 329 | +R.~D. Zimmerman. \mpomname{} User's Manual, Verision 2.1. 2020. [Online]. Available: \url{https://matpower.org/docs/MP-Opt-Model-manual-2.1.pdf}\\ |
| 330 | +\doi{10.5281/zenodo.4001106} |
331 | 331 | \end{quote} |
332 | 332 | For a version non-specific citation, use the following citation and DOI, |
333 | 333 | with \emph{\textless{}YEAR\textgreater{}} replaced by the year of the most recent release: |
@@ -401,18 +401,18 @@ \subsection{Installation} |
401 | 401 | >> test_mp_opt_model |
402 | 402 | t_nested_struct_copy....ok |
403 | 403 | t_have_fcn..............ok |
404 | | -t_nleqs_master..........ok (20 of 120 skipped) |
| 404 | +t_nleqs_master..........ok (30 of 150 skipped) |
405 | 405 | t_qps_master............ok (100 of 396 skipped) |
406 | 406 | t_miqps_master..........ok (68 of 288 skipped) |
407 | 407 | t_nlps_master...........ok |
408 | 408 | t_opt_model.............ok |
409 | 409 | t_om_solve_leqs.........ok |
410 | | -t_om_solve_nleqs........ok (24 of 136 skipped) |
| 410 | +t_om_solve_nleqs........ok (36 of 170 skipped) |
411 | 411 | t_om_solve_qps..........ok (79 of 319 skipped) |
412 | 412 | t_om_solve_miqps........ok (12 of 72 skipped) |
413 | 413 | t_om_solve_nlps.........ok |
414 | | -All tests successful (2671 passed, 303 skipped of 2974) |
415 | | -Elapsed time 2.84 seconds. |
| 414 | +All tests successful (2713 passed, 325 skipped of 3038) |
| 415 | +Elapsed time 3.29 seconds. |
416 | 416 | \end{Code} |
417 | 417 | \end{enumerate} |
418 | 418 |
|
@@ -3135,8 +3135,8 @@ \subsubsection*{Other Changes} |
3135 | 3135 |
|
3136 | 3136 | \end{itemize} |
3137 | 3137 |
|
3138 | | - |
3139 | | -\subsection{Version 2.1 -- released ??? ?, 202?} |
| 3138 | +\clearpage |
| 3139 | +\subsection{Version 2.1 -- released Aug 25, 2020} |
3140 | 3140 | \label{app:v21} |
3141 | 3141 |
|
3142 | 3142 | The \href{https://matpower.org/docs/MP-Opt-Model-manual-2.1.pdf}{\mpom{} 2.1 User's Manual} is available online.\footnote{\url{https://matpower.org/docs/MP-Opt-Model-manual-2.1.pdf}} |
|
0 commit comments