@@ -175,7 +175,7 @@ exposeQpObjectDense(pybind11::module_ m)
175175 pybind11::arg_v (" u" , nullopt , " lower inequality constraint vector" ),
176176 pybind11::arg_v (
177177 " update_preconditioner" ,
178- true ,
178+ false ,
179179 " update the preconditioner considering new matrices entries for "
180180 " reducing ill-conditioning and speeding up solver execution. If set up "
181181 " to false, use previous derived preconditioner." ),
@@ -214,7 +214,7 @@ exposeQpObjectDense(pybind11::module_ m)
214214 " u_box" , nullopt , " lower box inequality constraint vector" ),
215215 pybind11::arg_v (
216216 " update_preconditioner" ,
217- true ,
217+ false ,
218218 " update the preconditioner considering new matrices entries for "
219219 " reducing ill-conditioning and speeding up solver execution. If set up "
220220 " to false, use previous derived preconditioner." ),
@@ -312,7 +312,7 @@ exposeQpObjectSparse(pybind11::module_ m)
312312 pybind11::arg_v (" u" , nullopt , " lower inequality constraint vector" ),
313313 pybind11::arg_v (
314314 " update_preconditioner" ,
315- true ,
315+ false ,
316316 " update the preconditioner or re-use previous derived for reducing "
317317 " ill-conditioning and speeding up solver execution." ),
318318 pybind11::arg_v (" rho" , nullopt , " primal proximal parameter" ),
0 commit comments