We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The adaptive_rho_fraction field is only defined with PROFILING: https://github.com/oxfordcontrol/osqp/blob/2aeaebb3a3f8f718e16373caccb0c5a8e091a004/include/types.h#L146 but it's accessed here: https://github.com/oxfordcontrol/osqp/blob/2aeaebb3a3f8f718e16373caccb0c5a8e091a004/src/auxil.c#L845 regardless of PROFILING. This is with /* #undef EMBEDDED */ in glob_opts.h.
adaptive_rho_fraction
PROFILING
/* #undef EMBEDDED */
glob_opts.h
The text was updated successfully, but these errors were encountered:
Fixes #33
28c2f22
Ooops! It should be fixed now. Thanks for checking.
Sorry, something went wrong.
No branches or pull requests
The
adaptive_rho_fraction
field is only defined withPROFILING
:https://github.com/oxfordcontrol/osqp/blob/2aeaebb3a3f8f718e16373caccb0c5a8e091a004/include/types.h#L146
but it's accessed here:
https://github.com/oxfordcontrol/osqp/blob/2aeaebb3a3f8f718e16373caccb0c5a8e091a004/src/auxil.c#L845
regardless of
PROFILING
.This is with
/* #undef EMBEDDED */
inglob_opts.h
.The text was updated successfully, but these errors were encountered: