We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f41342 commit 1fe0e3eCopy full SHA for 1fe0e3e
bindings/python/src/expose-solve.hpp
@@ -269,7 +269,7 @@ solveSparseQp(pybind11::module_ m)
269
pybind11::arg_v("primal_infeasibility_solving",
270
false,
271
"solves the closest feasible problem in L2 sense "
272
- "if the qp appears to be infeasible."));
+ "if the QP problem appears to be infeasible."));
273
}
274
275
} // namespace python
0 commit comments