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 e9701f7 commit fdeb474Copy full SHA for fdeb474
include/proxsuite/proxqp/dense/wrapper.hpp
@@ -418,7 +418,7 @@ solve(
418
optional<isize> max_iter = nullopt,
419
proxsuite::proxqp::InitialGuessStatus initial_guess =
420
proxsuite::proxqp::InitialGuessStatus::EQUALITY_CONSTRAINED_INITIAL_GUESS,
421
- bool check_duality_gap = false,
+ bool check_duality_gap = false)
422
{
423
isize n(0);
424
isize n_eq(0);
0 commit comments