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.