coin-or / Clp.old

This a mirror of the subversion repository on COIN-OR.
https://projects.coin-or.org/Clp
Other
36 stars 20 forks source link

[TRAC] const parameters in ClpModel::copyNames #19

Open qtothec opened 6 years ago

qtothec commented 6 years ago

Moved from TRAC as part of COIN fORgery: https://projects.coin-or.org/Clp/ticket/57

The rowNames and columnNames parameters of ClpModel::copyNames should be marked const. I fixed this in my local version and it didn't seem to break anything.

bernalde commented 6 years ago

Comment by @svigerske

Done in r1939.

This ticket can be closed.