- Restore legacy CVXR::psolve interface (
$solve,$status,$getValue) - Fix remaining
CVXR::psolve()calls in.maxBiasFNand.minBiasFNto use.psolve()wrapper for CVXR >= 1.8 compatibility - Add
tests/test_syntax.Rwith better options coverage
- Replace
CVXR::solve()withCVXR::psolve()for compatibility with CVXR >= 1.0, which no longer exportssolve(#68).
- Improve error messages; implemented scaling retry for
.findLowestH(#63).