-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
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.