[OS-tickets] [Optimization Services] #38: Discrepancies between OSgL schema and C++ implementation in OSDataStructures

Optimization Services coin-trac at coin-or.org
Wed Sep 22 15:17:43 EDT 2010


#38: Discrepancies between OSgL schema and C++ implementation in
OSDataStructures
-------------------------------------------------------+--------------------
 Reporter:  Gassmann                                   |       Owner:  somebody
     Type:  task                                       |      Status:  new     
 Priority:  major                                      |   Milestone:          
Component:  component1                                 |     Version:  2.0     
 Keywords:  OSgL schema, implementation, constitution  |  
-------------------------------------------------------+--------------------
 SparseVector in OSDataStructures has
     int* indexes;
     double* values;

 For consistence with OSgL it should be
     IntVector* idx;
     DoubleVector* nonz;

-- 
Ticket URL: <https://projects.coin-or.org/OS/ticket/38>
Optimization Services <http://projects.coin-or.org/OS>
An interface for Web services implementing optimization.



More information about the OS-tickets mailing list