-
Notifications
You must be signed in to change notification settings - Fork 138
/
README.txt
56 lines (41 loc) · 1.22 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
*****************************************
6 steps towards a successful installation
*****************************************
1)
Remove any old version of YALMIP
2)
unzip yalmip.zip. This should create the structure
/yalmip
/yalmip/@sdpvar
/yalmip/extras
/yalmip/solvers
/yalmip/modules
/yalmip/operators
3)
Put the following paths in your MATLAB path
/yalmip
/yalmip/extras
/yalmip/solvers
/yalmip/modules
/yalmip/modules/parametric
/yalmip/modules/moment
/yalmip/modules/global
/yalmip/modules/robust
/yalmip/modules/sos
/yalmip/operators
Most easily done either via the gui or addpath(genpath('yourlocation/yalmip'))
or as explained here https://yalmip.github.io/tutorial/installation/
4)
Make sure to have the desired solvers in your path.
5)
Restart Matlab if you are installing a new version, or at least type "clear classes".
6)
Run yalmiptest.m and everything should work (as long as you have the necessary solvers).
7) Learn more at yalmip.github.io
Forum
https://github.com/yalmip/YALMIP/discussions
https://groups.google.com/forum/?fromgroups#!forum/yalmip
*****************************************
Comments and bug-reports are higly appreciated.
Johan Löfberg, Linköping University
johan.lofberg@liu.se