<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body dir="auto">
<div>Yes. For example look at the Python based Pyomo modeling language. It has support for CBC. &nbsp;Another is JmP which based on the new-ish language Julia from MIT.&nbsp;<br>
<br>
Sent from my iPhone</div>
<div><br>
On Jul 16, 2015, at 3:49 AM, Louis Mathieu &lt;<a href="mailto:louis.mathieu@student.ecp.fr">louis.mathieu@student.ecp.fr</a>&gt; wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello Marc,</p>
<p><br>
</p>
<p>Thank for your answer,</p>
<p><br>
</p>
<p>One last question, is there any other solution to build the .mps file and have some output data (like printf in glpk) using clp ? If I do not use glpk anymore it does not bother me, I can rewrite my model in another language.</p>
<p><br>
</p>
<p>Regards,</p>
<p><br>
</p>
<p>LM</p>
<p><br>
</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>De :</b> Meketon, Marc &lt;<a href="mailto:Marc.Meketon@oliverwyman.com">Marc.Meketon@oliverwyman.com</a>&gt;<br>
<b>Envoyé :</b> mercredi 8 juillet 2015 16:23<br>
<b>À :</b> Louis Mathieu; <a href="mailto:clp@list.coin-or.org">clp@list.coin-or.org</a><br>
<b>Objet :</b> RE: switch from gusek (GLPK) to clp</font>
<div>&nbsp;</div>
</div>
<div>
<div>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">I do not believe anyone has completed the GLPK to CLP (or CBC) link.&nbsp; Please look at email from Heinrich Schuchardt:</span></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D"><a href="https://lists.gnu.org/archive/html/help-glpk/2015-05/msg00012.html" style="color: blue; text-decoration: underline;" title="https://lists.gnu.org/archive/html/help-glpk/2015-05/msg00012.html
Ctrl&#43;Cliquer ou appuyer pour suivre le lien">https://lists.gnu.org/archive/html/help-glpk/2015-05/msg00012.html</a></span></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">&nbsp;</span></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">Heinrich also sent me the following:</span></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#00B050">“at the time of my testing GMPL postsolve processing did not work. As described in the Wikibook I was only able to export to CSV.<br>
<br>
The relevant coding is in<br>
</span><span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;"><a href="https://github.com/coin-or/CoinUtils/blob/master/CoinUtils/src/CoinMpsIO.cpp" style="color: blue; text-decoration: underline;">https://github.com/coin-or/CoinUtils/blob/master/CoinUtils/src/CoinMpsIO.cpp</a></span><br>
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#00B050">method CoinMpsIO::readGMPL”</span><br>
<br>
<br>
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D"></span></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">I tend to use GLPK to write out the “freemps” version of the .mps file, call CBC, have CBC write out a solution file, and then read in the solution file.&nbsp; So this is by file transfer,
 and it means that any statements you make after the “solve;” statement in GLPK is missing.&nbsp; It also means a lack of integration with GUSEK.</span></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">&nbsp;</span></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">-Marc</span></p>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<span style="font-size:11.0pt; font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:#1F497D">&nbsp;</span></p>
<div>
<div style="border:none; border-top:solid #B5C4DF 1.0pt; padding:3.0pt 0in 0in 0in">
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
<b><span style="font-size:10.0pt; font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style="font-size:10.0pt; font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">
<a href="mailto:clp-bounces@list.coin-or.org">clp-bounces@list.coin-or.org</a> [<a href="mailto:clp-bounces@list.coin-or.org">mailto:clp-bounces@list.coin-or.org</a>]
<b>On Behalf Of </b>Louis Mathieu<br>
<b>Sent:</b> Wednesday, July 08, 2015 8:17 AM<br>
<b>To:</b> <a href="mailto:clp@list.coin-or.org">clp@list.coin-or.org</a><br>
<b>Subject:</b> [Clp] switch from gusek (GLPK) to clp</span></p>
</div>
</div>
<p style="margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;">
&nbsp;</p>
<div id="divtagdefaultwrapper">
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">Hello,</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">&nbsp;</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">I am currently working on a linear programming model.</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">&nbsp;</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">I started using GLPK (in fact Gusek). It allowed me to just write my constraints define my variables ... and solve my model.</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">&nbsp;</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">I would like to switch to CLP which seems faster for my model.</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">&nbsp;</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">Could you explain me how to replace Gusek by CLP ? I understood I have to develop in C&#43;&#43; using the API to use CLP solver, but CLP seems to be solving matrix problems (.mps),&nbsp;is
 there any way feed clp using a model ?&nbsp;</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">&nbsp;</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">Regards,</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">&nbsp;</span></p>
<p style="background:white"><span style="font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; color:black">L.M</span></p>
</div>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1">This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies,
 and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation.<br>
</font></div>
</div>
</div>
</div>
</blockquote>
<br>
<hr>
<font face="Arial" color="Gray" size="1">This e-mail and any attachments may be confidential or legally privileged. If you received this message in error or are not the intended recipient, you should destroy the e-mail message and any attachments or copies,
 and you are prohibited from retaining, distributing, disclosing or using any information contained herein. Please inform us of the erroneous delivery by return e-mail. Thank you for your cooperation.<br>
</font>
</body>
</html>