<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear CLP users,<br>
I am currently trying to work out my own framework for LP-solver using CLP.<br>
<br>
For performance issues I looked at the addRows and AddColumns examples in CLP (I could not find the release number, the one that comes with Cbc 2.5.0).<br>
<br>
I actually realized a few issues:<br>
1) there seems to be an error in the CoinModel examples : I get access violations in the &quot;model.addColumns&quot; calls. Replacing by &quot;model.loadProblem&quot; works.<br>
<br>
2) Could someone explain to me the difference between CoinBuild and CoinBuild&#43;-1, explaining why it is so much faster? I struggle to find out from the source code.<br>
<br>
Regards,<br>
Nik<br>
</div>
</body>
</html>