Skip to content

Commit 8eeb6ab

Browse files
committed
Trivial help text changes for consistency.
1 parent 65e18b0 commit 8eeb6ab

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

lib/miqps_master.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
% OPT : optional options structure with the following fields,
3737
% all of which are also optional (default values shown in
3838
% parentheses)
39-
% alg ('DEFAULT') : determines which solver to use, can be either
39+
% alg ('DEFAULT') - determines which solver to use, can be either
4040
% a string (new-style) or a numerical alg code (old-style)
4141
% 'DEFAULT' : (or 0) automatic, first available of Gurobi,
4242
% CPLEX, MOSEK, Opt Tbx (MILPs only), HIGHS (MILPs only),
@@ -123,7 +123,7 @@
123123
% [x, f, s, out, lam] = miqps_master(p);
124124

125125
% MP-Opt-Model
126-
% Copyright (c) 2010-2025, Power Systems Engineering Research Center (PSERC)
126+
% Copyright (c) 2010-2026, Power Systems Engineering Research Center (PSERC)
127127
% by Ray Zimmerman, PSERC Cornell
128128
%
129129
% This file is part of MP-Opt-Model.

lib/nleqs_master.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
% OPT : optional options structure with the following fields,
2121
% all of which are also optional (default values shown in
2222
% parentheses)
23-
% alg ('DEFAULT') : determines which solver to use
23+
% alg ('DEFAULT') - determines which solver to use
2424
% 'DEFAULT' : automatic, current default is NEWTON
2525
% 'NEWTON' : standard, full-Jacobian Newton's method
2626
% 'CORE' : core algorithm, with arbitrary update function
@@ -91,7 +91,7 @@
9191
% nleqs_gauss_seidel, fsolve.
9292

9393
% MP-Opt-Model
94-
% Copyright (c) 2010-2024, Power Systems Engineering Research Center (PSERC)
94+
% Copyright (c) 2010-2026, Power Systems Engineering Research Center (PSERC)
9595
% by Ray Zimmerman, PSERC Cornell
9696
%
9797
% This file is part of MP-Opt-Model.

lib/nlps_master.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
% OPT : optional options structure with the following fields,
5252
% all of which are also optional (default values shown in
5353
% parentheses)
54-
% alg ('DEFAULT') : determines which solver to use
54+
% alg ('DEFAULT') - determines which solver to use
5555
% 'DEFAULT' : automatic, current default is MIPS
5656
% 'MIPS' : MIPS, MATPOWER Interior Point Solver
5757
% pure MATLAB implementation of a primal-dual
@@ -154,7 +154,7 @@
154154
% See also mips, nlps_fmincon, nlps_ipopt, nlps_knitro.
155155

156156
% MP-Opt-Model
157-
% Copyright (c) 2010-2024, Power Systems Engineering Research Center (PSERC)
157+
% Copyright (c) 2010-2026, Power Systems Engineering Research Center (PSERC)
158158
% by Ray Zimmerman, PSERC Cornell
159159
%
160160
% This file is part of MP-Opt-Model.

lib/pnes_master.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
% OPT : optional options structure with the following fields,
2626
% all of which are also optional (default values shown in
2727
% parentheses)
28-
% alg ('DEFAULT') : determines which solver to use
28+
% alg ('DEFAULT') - determines which solver to use
2929
% 'DEFAULT' : automatic, currently there is only one
3030
% solver implementation, a predictor/corrector method
3131
% verbose (0) - controls level of progress output displayed
@@ -182,7 +182,7 @@
182182
% See also pne_callback_default, pne_register_callbacks, pne_register_events.
183183

184184
% MP-Opt-Model
185-
% Copyright (c) 2013-2024, Power Systems Engineering Research Center (PSERC)
185+
% Copyright (c) 2013-2026, Power Systems Engineering Research Center (PSERC)
186186
% by Ray Zimmerman, PSERC Cornell,
187187
% Shrirang Abhyankar, Argonne National Laboratory,
188188
% and Alexander Flueck, IIT

lib/qcqps_master.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
% OPT : optional options structure with the following fields,
3535
% all of which are also optional (default values shown in
3636
% parentheses)
37-
% alg ('DEFAULT') : determines which solver to use
37+
% alg ('DEFAULT') - determines which solver to use
3838
% 'DEFAULT' : automatic, first available of IPOPT, Artelys
3939
% Knitro, FMINCON, MIPS
4040
% 'FMINCON' : FMINCON, MATLAB Optimization Toolbox
@@ -119,7 +119,7 @@
119119
% qcqps_master(H, c, Q, B, lq, uq, A, l, u, xmin, xmax, x0, opt);
120120

121121
% MP-Opt-Model
122-
% Copyright (c) 2019-2025, Power Systems Engineering Research Center (PSERC)
122+
% Copyright (c) 2019-2026, Power Systems Engineering Research Center (PSERC)
123123
% by Wilson Gonzalez Vanegas, Universidad Nacional de Colombia Sede Manizales
124124
% and Ray Zimmerman, PSERC Cornell
125125
%

lib/qps_master.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
% OPT : optional options structure with the following fields,
2929
% all of which are also optional (default values shown in
3030
% parentheses)
31-
% alg ('DEFAULT') : determines which solver to use, can be either
31+
% alg ('DEFAULT') - determines which solver to use, can be either
3232
% a string (new-style) or a numerical alg code (old-style)
3333
% 'DEFAULT' : (or 0) automatic, first available of Gurobi,
3434
% CPLEX, MOSEK, Opt Tbx (if MATLAB), HIGHS, GLPK (LPs
@@ -124,7 +124,7 @@
124124
% [x, f, s, out, lambda] = qps_master(H, c, A, l, u, xmin, [], x0, opt);
125125

126126
% MP-Opt-Model
127-
% Copyright (c) 2010-2025, Power Systems Engineering Research Center (PSERC)
127+
% Copyright (c) 2010-2026, Power Systems Engineering Research Center (PSERC)
128128
% by Ray Zimmerman, PSERC Cornell
129129
% and Wilson Gonzalez Vanegas, Universidad Nacional de Colombia Sede Manizales
130130
%

0 commit comments

Comments
 (0)