The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Version 1.0 is a major upgrade. The improvements include:
R
interfacesImplementation changes include:
OSQP
, which means that some
results will differ slightly from previous runs. However, ECOS can be
explicitly specified if exact replication of old results are
desiredSyntax changes (to match cvxpy
1.x) include:
Int(m, n)
is now
Variable(m, n, integer = TRUE)
Bool(m, n)
is now
Variable(m, n, boolean = TRUE)
Semidef(n, n)
is now
Variable(n, n, PSD = TRUE)
and so on. Details may be found on the CVXR Website.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.