Skip to content

Commit 5565511

Browse files
Doc updates
1 parent 7138901 commit 5565511

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Utilities/Install/opti_package.m

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
% Update the contents file
2727
UpdateContentsFile('OPTI',optiver,'Utilities/opti');
2828

29-
% Copy latest SCIP to download folder
30-
copyfile(which(['scip.' mexext]), '../../../Inverse Problem/OPTI Academic Solvers');
31-
32-
3329
function UpdateContentsFile(name,tbxver,contentsFile)
3430
%Update contents file description line
3531

Utilities/opti/optiver.m

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
% Return OPTI software version. This file also contains version update
44
% information.
55

6-
% Copyright (C) 2011-2018 Jonathan Currie (Control Engineering)
6+
% Copyright (C) 2011-2023 Jonathan Currie (Control Engineering)
77

88
current_version = 2.28;
99

@@ -14,6 +14,7 @@
1414
% - Allowed SymBuilder to re-solve without rebuilding
1515
% - Fixed bug in PSwarm tolerance (N.Kazmierczak)
1616
% - Fixed bug in installer when ver('MATLAB') returned an array of structs
17+
% - Updated documentation links against controlengineering.co.nz
1718

1819
%2.28 (04/03/18)
1920
% - Added option to installer to allow users to bypass auto download of mex

0 commit comments

Comments
 (0)