[CoinUtils-tickets] [COIN-OR Common Utilities] #83: Add a bigger buffer for CoinLpIO to allow to store bigger names

COIN-OR Common Utilities coin-trac at coin-or.org
Mon Mar 10 05:05:24 EDT 2014


#83: Add a bigger buffer for CoinLpIO to allow to store bigger names
------------------------+-----------------
Reporter:  ycollet      |    Owner:
    Type:  enhancement  |   Status:  new
Priority:  major        |  Version:  trunk
Keywords:               |
------------------------+-----------------
 CoinLpIO complains when name are longer than 100 chars.
 You should either use string instead of chars to store names or use a
 ifdef to allow to fine tune the maximum size of the buffer like:

 #ifndef COIN_LPIO_BUFFER
 #define COIN_LPIO_BUFFER 1024
 #endif

 And use this symbol where the buffer is too small.

--
Ticket URL: <https://projects.coin-or.org/CoinUtils/ticket/83>
COIN-OR Common Utilities <http://projects.coin-or.org/CoinUtils>
Common data structures and linear algebra functions for COIN-OR projects



More information about the CoinUtils-tickets mailing list