I looked for one recently and wasn&#39;t impressed with what I found.  What I ended up writing is a very simple wrapping of some COIN and CLP classes with SWIG and using Python to build an LP model.  It wouldn&#39;t be hard to add CBC classes.  I&#39;d still be interested in a Java binding.<br>
<br>I&#39;ve compiled the SWIG interface file to Java once to make sure it would compile, but I haven&#39;t tested it at all.  With Python, I could use the array module to do allocation of primitive arrays and get a pointer to pass to COIN.  I&#39;m not sure what I&#39;d do in Java to manipulate the low level memory allocations.  I included some %array_functions() commands in the SWIG file, so that should generate something for Java to use.  I don&#39;t have any real Java/SWIG experience, but tried to avoid any Python-specific techniques. I&#39;d be happy to share my simple coin_or.i file if it would serve as a starting point for Java.<br>
<br><br>Kendall<br><br><br><div class="gmail_quote">On Tue, Oct 13, 2009 at 9:08 AM, Georg Buss <span dir="ltr">&lt;<a href="mailto:buss@bwl.uni-mannheim.de">buss@bwl.uni-mannheim.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">











<div link="blue" vlink="purple" lang="DE">

<div>

<p class="MsoNormal">Hi all,</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal"><span lang="EN-US">I intend to access the cbc library from a
java tool. My question is if you are aware of a java wrapper for Cbc. <br>
<br>
</span>Thank you very much for your help.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Georg</p>

<p class="MsoNormal"> </p>

</div>

</div>


<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>