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
Issue created by migration from Trac.
Original creator: @mgalati13
Original creation time: 2011-01-17 12:59:34
Assignee: @mjsaltzman
Version:
The proto for names in writeMps is: const char ** while writeLp is: char const * const * const
Why? And can these be made uniform – a user would typically use these together and will have the names in one particular format.
Also, can a proto that accespts OsiNameVec be added? This is the type that OSI itself stores the names as – so, this would be the most common.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue created by migration from Trac.
Original creator: @mgalati13
Original creation time: 2011-01-17 12:59:34
Assignee: @mjsaltzman
Version:
The proto for names in writeMps is:
const char **
while writeLp is:
char const * const * const
Why? And can these be made uniform – a user would typically use these together and will have the names in one particular format.
Also, can a proto that accespts OsiNameVec be added? This is the type that OSI itself stores the names as – so, this would be the most common.
The text was updated successfully, but these errors were encountered: