<div>Hi Ted,</div><div><br></div><div>First, is it possible to use CPLEX under Cgywin environment? </div><div>Second, when I build the TSP and VRP examples as follows.(in Cgywin )</div><div>sh get_boost.sh</div><div>sh get_concorde.sh</div>

<div>sh get_cvrpsep.sh</div><div>make </div><div><br></div><div>the following error appears in making the TSP, similar error also appears when I make the VRP.</div><div>Thanks a lot.</div><div><br></div><div>------------------</div>

<div>../../../../Dip/examples/TSP/TSP_Concorde.h: In member function `int TSP_Concord</div><div>e::generateCutsSubtour(std::vector&lt;ConcordeSubtourCut, std::allocator&lt;ConcordeSu</div>
<div>btourCut&gt; &gt;&amp;)&#39;:</div><div>../../../../Dip/examples/TSP/TSP_Concorde.h:98: warning: unused variable `retCod</div><div>e&#39;</div><div>bla=;\</div><div>        for file in TSP_DecompApp.o TSP_CutGen.o TSP_SubtourCut.o TSP_Main.o; do</div>


<div> bla=&quot;$bla `cygpath -w $file`&quot;; done; \</div><div>        g++  -O3 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wretu</div><div>rn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unkn</div>


<div>own-pragmas   -o decomp_tsp.exe $bla `PKG_CONFIG_PATH=/cygdrive/d/DIP/Dip-0.81.3</div><div>/build/lib/pkgconfig: /usr/bin/pkg-config --libs dip`</div><div>TSP_CutGen.o:TSP_CutGen.cpp:(.text+0x103b): undefined reference to `_CCtsp_exact</div>


<div>_subtours&#39;</div><div>TSP_CutGen.o:TSP_CutGen.cpp:(.text+0x140c): undefined reference to `_CCtsp_free_</div><div>lpcut_in&#39;</div><div>collect2: ld returned 1 exit status</div><div>make: *** [decomp_tsp.exe] Error 1</div>


<div><br></div><div>Cheers,</div><div>David</div><br><div class="gmail_quote">On Sun, Jan 16, 2011 at 5:54 AM, Ted Ralphs <span dir="ltr">&lt;<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I just made a new release 0.81.3 that has all the recent fixes.<br>
<br>
Cheers,<br>
<br>
Ted<br>
<br>
On Tue, Jan 11, 2011 at 1:06 PM, Matthew Galati<br>
<div>&lt;<a href="mailto:matthew.galati@gmail.com" target="_blank">matthew.galati@gmail.com</a>&gt; wrote:<br>
</div><div><div></div><div>&gt; Hi Kim --<br>
&gt; This should be fixed now at trunk. It was some issue with the build system.<br>
&gt; Let me know if you see any more issues.<br>
&gt; Thanks,<br>
&gt; Matt<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Jan 9, 2011 at 8:33 AM, kim &lt;<a href="mailto:kim@hamilton-vejlin.dk" target="_blank">kim@hamilton-vejlin.dk</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; For the newer versions of DIP (&quot;0.81.1&quot;, &quot;0.81.2&quot; and &quot;trunk&quot;) I can no<br>
&gt;&gt; longer get the examples to work.<br>
&gt;&gt;<br>
&gt;&gt; After installation, when I run examples they return simply:<br>
&gt;&gt; &quot;Alps0240I Processed 0 nodes, has 0 nodes, best relaxed 1e+75, best<br>
&gt;&gt; feasible 1e+75<br>
&gt;&gt;<br>
&gt;&gt; Alps0202I Problem is infeasible. 1 nodes processed, 0 nodes left<br>
&gt;&gt; Alps0264I No solution found<br>
&gt;&gt; &quot;<br>
&gt;&gt;<br>
&gt;&gt; This is the output from &quot;make test&quot; after installation as well as the<br>
&gt;&gt; &quot;MILP&quot; and &quot;MILPBlock&quot; examples. I cannot get &quot;GAP&quot; and &quot;MMKP&quot; to<br>
&gt;&gt; compile at all.<br>
&gt;&gt;<br>
&gt;&gt; My install sequence, in case I&#39;m doing something wrong:<br>
&gt;&gt; 1) svn checkout <a href="https://projects.coin-or.org/svn/Dip/releases/0.81.2" target="_blank">https://projects.coin-or.org/svn/Dip/releases/0.81.2</a><br>
&gt;&gt; Dip-0.81.2<br>
&gt;&gt; 2) cd Dip-0.81.2<br>
&gt;&gt; 3) mkdir build<br>
&gt;&gt; 4) cd build<br>
&gt;&gt; 5) ../configure<br>
&gt;&gt; 6) make<br>
&gt;&gt; 7) make install<br>
&gt;&gt; 8) make test (this is the first time an example unexpectedly returns &quot;no<br>
&gt;&gt; feasible solution&quot;)<br>
&gt;&gt; 9) cd Dip/examples/MILPBlock<br>
&gt;&gt; 10) sh data_extract.sh<br>
&gt;&gt; 11) make<br>
&gt;&gt; 12) ./decomp_milpblock --param milpblock.parm (this too gives a &quot;no<br>
&gt;&gt; solution&quot; result)<br>
&gt;&gt;<br>
&gt;&gt; I have since tried with different instances and with different examples<br>
&gt;&gt; with the same result.<br>
&gt;&gt;<br>
&gt;&gt; - Kim, University of Copenhagen<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Dip mailing list<br>
&gt;&gt; <a href="mailto:Dip@list.coin-or.org" target="_blank">Dip@list.coin-or.org</a><br>
&gt;&gt; <a href="http://list.coin-or.org/mailman/listinfo/dip" target="_blank">http://list.coin-or.org/mailman/listinfo/dip</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Dip mailing list<br>
&gt; <a href="mailto:Dip@list.coin-or.org" target="_blank">Dip@list.coin-or.org</a><br>
&gt; <a href="http://list.coin-or.org/mailman/listinfo/dip" target="_blank">http://list.coin-or.org/mailman/listinfo/dip</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Dr. Ted Ralphs<br>
Associate Professor, Lehigh University<br>
(610) 628-1280<br>
ted &#39;at&#39; lehigh &#39;dot&#39; edu<br>
<a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
</font><div><div></div><div><br>
_______________________________________________<br>
Dip mailing list<br>
<a href="mailto:Dip@list.coin-or.org" target="_blank">Dip@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/dip" target="_blank">http://list.coin-or.org/mailman/listinfo/dip</a><br>
</div></div></blockquote></div><br>