-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
C API: Highs_writeOptions is mangled #734
Comments
Sorry, no idea what this relates to |
Okay, I'll take a look when I get some time, unless someone beats me to it. Since it's just the two functions, I'm fairly confident this is a HiGHS problem as opposed to a Julia problem or our binary distribution mechanism. |
But how can a compiler add text to the end of a method name? |
The mangling happens in C++ so that there is a unique symbol in the library for each instance of an overloaded methods. But usually |
Highs_writeOptions
andHighs_writeOptionsDeviations
are mangled in the dylib that we compile in Julia:None of the other names are:
Any immediate ideas why?
We get this unhelpful error at the moment:
The text was updated successfully, but these errors were encountered: