-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.CVXOPT Toolbox.prj
103 lines (103 loc) · 3.63 KB
/
.CVXOPT Toolbox.prj
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="${PWD}/CVXOPT Toolbox.prj" location="${PWD}" name="CVXOPT Toolbox" target="target.toolbox" target-name="Package Toolbox">
<param.appname>CVXOPT Toolbox</param.appname>
<param.authnamewatermark>Martin S. Andersen and Lieven Vandenberghe</param.authnamewatermark>
<param.email>[email protected], [email protected]</param.email>
<param.company />
<param.summary>MATLAB interface to CVXOPT, a free software package for convex optimization based on the Python programming language</param.summary>
<param.description>Documentation available at the CVXOPT website: http://www.cvxopt.org</param.description>
<param.screenshot />
<param.version>1.0.2</param.version>
<param.output>${PROJECT_ROOT}/CVXOPT Toolbox.mltbx</param.output>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.guid />
<param.exclude.filters>.*
img
img/*
examples
examples/*
cvxopt_install.m
Makefile</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.getting.started.guide>${PROJECT_ROOT}/doc/GettingStarted.mlx</param.getting.started.guide>
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package>false</param.exported.on.package>
<param.release.start />
<param.release.end />
<param.release.current.only>false</param.release.current.only>
<param.compatiblity.windows>false</param.compatiblity.windows>
<param.compatiblity.macos>true</param.compatiblity.macos>
<param.compatiblity.linux>true</param.compatiblity.linux>
<param.compatiblity.matlabonline>false</param.compatiblity.matlabonline>
<unset>
<param.company />
<param.screenshot />
<param.output />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.exclude.pcodedmfiles />
<param.examples />
<param.demosxml />
<param.apps />
<param.registered.apps />
<param.docs />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<param.exported.on.package />
<param.release.start />
<param.release.end />
<param.release.current.only />
<param.compatiblity.macos />
<param.compatiblity.linux />
</unset>
<fileset.rootdir>
<file>${PWD}</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}/LICENSE.md</file>
<file>${PROJECT_ROOT}/README.md</file>
<file>${PROJECT_ROOT}/conelp.m</file>
<file>${PROJECT_ROOT}/cvxopt_init.m</file>
<file>${PROJECT_ROOT}/cvxopt_test.m</file>
<file>${PROJECT_ROOT}/cvxopt_version.m</file>
<file>${PROJECT_ROOT}/doc</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="${PWD}" name="CVXOPT Toolbox.mltbx" optional="false">${PWD}/CVXOPT Toolbox.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
<root>${MATLAB_ROOT}</root>
<toolboxes />
</matlab>
<platform>
<unix></unix>
<mac></mac>
<windows></windows>
<win2k></win2k>
<winxp></winxp>
<vista></vista>
<linux></linux>
<solaris></solaris>
<osver></osver>
<os32></os32>
<os64></os64>
<arch></arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>