<div dir="ltr">Aren&#39;t there are serious legal issues with this? Cbc is licensed under EPL, while GLPK is GPL, and according to wikipedia (<a href="http://en.wikipedia.org/wiki/Eclipse_Public_License">http://en.wikipedia.org/wiki/Eclipse_Public_License</a>):<div><br></div><div>The EPL 1.0 is not compatible with the GPL, and a work created by combining a work licensed under the GPL with a work licensed under the EPL cannot be lawfully distributed.<br></div><div><br></div><div>There&#39;s nothing preventing you from writing this wrapper for your own purposes and sharing it with others, but at least from my limited understanding of the licences, this wrapper could not be officially distributed with cbc.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 18, 2015 at 5:14 PM, Noli Sicad <span dir="ltr">&lt;<a href="mailto:nsicad@gmail.com" target="_blank">nsicad@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
CBC MIP solver is quicker and can solve difficult MIP problem compare<br>
to current GLPK MIP solver.<br>
<br>
GLPK/MathProg has very good data management, pre and post processing<br>
(i.e. input and output to various formats (database, CVS, etc.), far<br>
better than AMPL.<br>
<br>
CBC solver has &quot;half&quot; support for MathProg, only input at the moment.<br>
<br>
I think it would be better if we would adapt this approach:<br>
<br>
GLPK -&gt; CBC MIP-&gt; GLPKĀ  wrapper which uses GLPK to parse a MathProg<br>
model with data files, generates mps file, solve it with CBC, and uses<br>
the post solve features of GLPK/MathProg.<br>
<br>
With CBC solver can be user&#39;s friendly and popular :-).<br>
<br>
Gurobi and Cplex have these wrappers for glpsol. I am attaching these<br>
2 files (i.e. wrapper_gurobi.c and 3party_cplex_wrapper.c.<br>
<br>
John and Ted,<br>
<br>
What do you think about this approach of having support for CBC in<br>
glpsol? Is the doable.<br>
<br>
Thanks in advance.<br>
<br>
Regards, Noli<br>
<br>_______________________________________________<br>
Cbc mailing list<br>
<a href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/cbc" target="_blank">http://list.coin-or.org/mailman/listinfo/cbc</a><br>
<br></blockquote></div><br></div>