[Osi-tickets] [COIN-OR Open Solver Interface] #99: names prototypes

COIN-OR Open Solver Interface coin-trac at coin-or.org
Mon Jan 17 07:59:34 EST 2011


#99: names prototypes
----------------------------+-----------------------------------------------
 Reporter:  mgalati         |       Owner:  mjs
     Type:  defect          |      Status:  new
 Priority:  trivial         |   Milestone:     
Component:  Osi Base Class  |     Version:     
 Keywords:                  |  
----------------------------+-----------------------------------------------
 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.

-- 
Ticket URL: <https://projects.coin-or.org/Osi/ticket/99>
COIN-OR Open Solver Interface <http://projects.coin-or.org/Osi>
An API for a variety of LP and MIP solvers (and more).



More information about the Osi-tickets mailing list