File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 26
26
% Update the contents file
27
27
UpdateContentsFile(' OPTI' ,optiver ,' Utilities/opti' );
28
28
29
- % Copy latest SCIP to download folder
30
- copyfile(which([' scip.' mexext ]), ' ../../../Inverse Problem/OPTI Academic Solvers' );
31
-
32
-
33
29
function UpdateContentsFile(name ,tbxver ,contentsFile )
34
30
% Update contents file description line
35
31
Original file line number Diff line number Diff line change 3
3
% Return OPTI software version. This file also contains version update
4
4
% information.
5
5
6
- % Copyright (C) 2011-2018 Jonathan Currie (Control Engineering)
6
+ % Copyright (C) 2011-2023 Jonathan Currie (Control Engineering)
7
7
8
8
current_version = 2.28 ;
9
9
14
14
% - Allowed SymBuilder to re-solve without rebuilding
15
15
% - Fixed bug in PSwarm tolerance (N.Kazmierczak)
16
16
% - Fixed bug in installer when ver('MATLAB') returned an array of structs
17
+ % - Updated documentation links against controlengineering.co.nz
17
18
18
19
% 2.28 (04/03/18)
19
20
% - Added option to installer to allow users to bypass auto download of mex
You can’t perform that action at this time.
0 commit comments