piqp 0.6.2
CRAN release: 2026-02-18
- Update to v0.6.2 of the underlying PIQP library
- Migrate from R6 to S7 OOP system
- Inequality constraints are now double-sided:
h_l <= Gx <= h_u - Variable bounds renamed:
x_lb/x_ubtox_l/x_u - Result fields renamed:
ztoz_l/z_u,z_lb/z_ubtoz_bl/z_bu,stos_l/s_u,s_lb/s_ubtos_bl/s_bu - Info fields renamed:
primal_inftoprimal_res,dual_inftodual_res - New settings:
infeasibility_threshold,preconditioner_reuse_on_update - Use generic functions
solve(),update(),get_settings(),get_dims(), andupdate_settings()instead of R6 methods - Support for problem data updates and warm starts via
update()
