coin-or / Clp

COIN-OR Linear Programming Solver
Other
396 stars 82 forks source link

Increase temp[] size in createCoinModel for row and column names #160

Closed jhmgoossens closed 4 years ago

jhmgoossens commented 4 years ago

In createCoinModel use larger char than temp[30] to hold temporary column and row names to avoid errors. Simply increase to 300, which should be enough for now (...). Maybe this code can be rewritten to use std::string.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.