You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## CVX: A system for disciplined convex programming
2
2
3
-
#### [Click here](https://github.com/cvxr/cvx/releases/latest) to download the precompiled bundle from this repository. These bundles include the SeDuMi and SDPT3 solvers, as well as pre-compiled MATLAB and Octave MEX files files for Windows, Linux, and macOS (Intel and Apple Silicon).
3
+
#### [Click here](https://github.com/cvxr/cvx/releases/latest) to download a bundle of this repository, including pre-compiled MEX files.
4
4
5
-
### IMPORTANT UPDATE
5
+
### Important Update
6
6
7
-
We are working towards making this repository the *official* source
8
-
for CVX, and updating the [download page](http://cvxr.com/cvx/download)
9
-
with links back to this site. This will take a bit more time; but when
10
-
finished, there will be significant benefits:
11
-
12
-
- Fresh builds of the supporting MEX files for Linux, Windows, macOS
13
-
Apple Silicon, and macOS Intel will be included.
14
-
- The solver shims for Mosek and Gurobi will be included, without
15
-
obfuscation, so that anyone with a valid license for these solvers
16
-
can use CVX, for commercial and non-commercial use.
17
-
- We will be able to slowly enable community contributions to supply
18
-
bug fixes and improvements. Note that the first of these improvements
19
-
will need to include improvements to an automatable test suite to
20
-
help insure that changes do not introduce regressions.
21
-
22
-
Please stay tuned, here and on the [web site](http://cvxr.com/cvx),
23
-
for further developments.
7
+
This repository is in the process of becoming the *official* source
8
+
for CVX. We will be updating the [original site](https://cvxr.com/cvx)
9
+
and its [download page](https://cvxr.com/cvx/download) with links back
10
+
to this site. When this work is complete, the CVX bundles hosted here
11
+
will provide pre-compiled Matlab MEX files for Windows, Linux, macOS
12
+
Intel, and macOS Apple Silicon. Furtherore, open versions of the Mosek
13
+
and Gurobi solver shims will be available. Please stay tuned, here and
14
+
on the [web site](https://cvxr.com/cvx), for further developments.
24
15
25
16
### Introduction
26
17
27
18
CVX is a Matlab package for convex optimizaton.
28
19
To learn more about what CVX is and how to use it, please visit our
29
-
[web site](http://cvxr.com/cvx), read the
30
-
[users' guide](http://cvxr.com/cvx/doc), and browse the
31
-
[example library](http://cvxr.com/cvx/examples).
20
+
[web site](https://cvxr.com/cvx), read the
21
+
[users' guide](https://cvxr.com/cvx/doc), and browse the
22
+
[example library](https://cvxr.com/cvx/examples).
32
23
33
24
The best way to obtain CVX is to visit the
34
-
[download page](http://cvxr.com/cvx/download), which provides
35
-
pre-built archives containing standard and professional versions of CVX
36
-
tailored for specific operating systems.
37
-
This repository provides an alternate means of obtaining CVX
38
-
for those who prefer to obtain their software via clone, fork, or
39
-
subrepo, or who simply like to browse source code.
25
+
[Releases Page](https://github.com/cvxr/CVX/releases/latest/) of
26
+
this repository, and download _either_`cvx.tgz` or `cvx.zip`.
27
+
These archives contain:
28
+
29
+
- The full CVX code base
30
+
- Full copies of the [SeDuMi](https://github.com/sqlp/sedumi) and
0 commit comments