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
packages that use nlopt.hpp seem to fail saying that nlopt.h cannot be found. This can be fixed by changing line 29 of nlopt.hpp from:
to
The text was updated successfully, but these errors were encountered:
thanks for report, BTW
#include to #include
???
also could you provide error message when you can not find nlopt.h ?
Sorry, something went wrong.
No branches or pull requests
packages that use nlopt.hpp seem to fail saying that nlopt.h cannot be found. This can be fixed by
changing line 29 of nlopt.hpp from:
include <nlopt.h>
to
include <nlopt/nlopt.h>
The text was updated successfully, but these errors were encountered: