Hi,<div><br></div><div>I have read the installation guide.  Since I am new in C/C++ and Clp, I am sorry but I don&#39; understand how and where to implement the &quot;make&quot; instruction to tell the Dev C++ to link to Clp.  There are many details which are complex to me. </div>
<div><br></div><div>I wrote a C program using Dev C++  and want to call the API of Clp.</div><div><br></div><div>What I want to do is to solve a problem like this (the minimization of a Matrix equation):</div><div><br></div>
<div><div>M=[1 0 2 3; 2 -1 3 5; 4 1 -1 2; 0 -3 4 3];</div><div>N=[3 0 4; 1 5 2; 7 1 3; 2 2 1];</div><div>K=[1 0 2 3; 2 -1 3 5];</div></div><div>minimize( norm(M-N*X*K,Inf) )</div><div>return X </div><div><br></div><div>In real case, M, N, and K are all in very big size. My C program will generate these three matrix. I hope to call Clp API to solve this minimization problem.  </div>
<div><br></div><div>I wish someone could help me with this issue. Any advice is very appreciated. </div><div><br></div><div>Thank you so much.</div><div><br></div><div><br></div><div><br></div><div><br></div>