-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
See:
- https://github.com/osqp/osqp/blob/4532d356f08789461bc041531f22a1001144c40a/include/public/osqp_api_types.h#L71-L74
- https://github.com/osqp/osqp/blob/release-0.6.3/include/types.h#L144-L151
Lines 79 to 89 in e535f6f
#if EMBEDDED != 1 #ifdef PROFILING m_settings->adaptive_rho_fraction = (c_float)adaptiveRhoFraction; #else debugStream() << "[OsqpEigen::Settings::setAdaptiveRhoFraction] OSPQ has been set without PROFILING, hence this setting is disabled." << std::endl; unused(adaptiveRhoFraction); #endif // ifdef PROFILING #else // # if EMBEDDED != 1 debugStream() << "[OsqpEigen::Settings::setAdaptiveRhoFraction] OSPQ has been set to EMBEDDED, hence this setting is disabled." << std::endl; unused(adaptiveRhoFraction); #endif // # if EMBEDDED != 1
More in general we need to review any use of EMBEDDED
or PROFILING
in osqp v1.0 as the macro changed name.
Metadata
Metadata
Assignees
Labels
No labels