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 7ee3080 commit 40f8f79Copy full SHA for 40f8f79
include/proxsuite/proxqp/dense/wrapper.hpp
@@ -327,11 +327,11 @@ struct QP
327
* @param mu_eq proximal step size wrt equality constrained multiplier.
328
* @param mu_in proximal step size wrt inequality constrained multiplier.
329
*/
330
- void update([[maybe_unused]] const nullopt_t H,
+ void update(PROXSUITE_MAYBE_UNUSED const nullopt_t H,
331
optional<Vec<T>> g,
332
- [[maybe_unused]] const nullopt_t A,
+ PROXSUITE_MAYBE_UNUSED const nullopt_t A,
333
optional<Vec<T>> b,
334
- [[maybe_unused]] const nullopt_t C,
+ PROXSUITE_MAYBE_UNUSED const nullopt_t C,
335
optional<Vec<T>> l,
336
optional<Vec<T>> u,
337
bool update_preconditioner = true,
0 commit comments