[Cbc] unnecessary complicated code in CbcOrClpParam.cpp?

Tobias Stengel Tobias.Stengel at locom.de
Wed Aug 17 04:04:26 EDT 2016


Hello,

I found

field = argv[CbcOrClpRead_mode++];
// -- means import from stdin
field = "-";

in CbcOrClpParam.cpp, line 1411-1413. As far as I can see,

++CbcOrClpRead_mode;
// -- means import from stdin
field = "-";

would do the same. As nobody has submitted a pull request on github: what ist the prefered way for contributing such small changes? Posting on the mailing list and waiting for Forrest looks complicated.

Tobias

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/cbc/attachments/20160817/10e68e6f/attachment.html>


More information about the Cbc mailing list