#### Summary We would like to expose the adaptive_rho option (and eventually other options in the OSQP block. #### Motivation By default, OSQP is not deterministic, but if you set adaptive_rho to false, you get a deterministic solver. #### Additional context This emerged in https://github.com/ami-iit/matlab-whole-body-simulator/pull/81#issuecomment-1274395409 .