<div dir="ltr"><div>Hi Mike,</div><div> </div><div>SCIP works out of the box. I am using command line for all purposes. But here is the funny thing. I exported the problem from CMPL to MPS format and ran it through SCIP and got a sub optimal solution!!! I am not familiar with SCIP - just read the mps file and entered optimize. Its actually a small text book problem and the results shouldn&#39;t be different.</div><div> </div><div>Regards,</div><div>Indrajit</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 22, 2014 at 11:12 PM, Mike Steglich <span dir="ltr">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><br><div><br><blockquote type="cite"><div>Anfang der weitergeleiteten Nachricht:</div><br><div style="margin:0px"><span style="color:rgba(0,0,0,1);font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif"><b>Von: </b></span><span style="font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif">Mike Steglich &lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank">mike.steglich@th-wildau.de</a>&gt;<br></span></div><div style="margin:0px"><span style="color:rgba(0,0,0,1);font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif"><b>Betreff: </b></span><span style="font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif"><b>Aw: [Cmpl] Error connecting to CPLEX</b><br></span></div><div style="margin:0px"><span style="color:rgba(0,0,0,1);font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif"><b>Datum: </b></span><span style="font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif">22. November 2014 18:42:16 MEZ<br></span></div><div style="margin:0px"><span style="color:rgba(0,0,0,1);font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif"><b>An: </b></span><span style="font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif">Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank">indrajitsg@gmail.com</a>&gt;<br></span></div><div><div class="h5"><br><div><div style="word-wrap:break-word">Hi Indrajit,<div><br></div><div>Framework is still in the (temporary) search path if you use Coliop.bat or cmplShell.bat. Does scip work out of the box w/o Cmpl?  </div><div><br></div><div>Cheers,</div><div><br></div><div>Mike</div><div><br></div><div><br><div><blockquote type="cite"><div>Am 22.11.2014 um 18:36 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank">indrajitsg@gmail.com</a>&gt;:</div><br><div><div dir="ltr"><div>Still no luck. :( Copied all the dlls and lib files to the Frameworks folder. I made sure that Frameworks is in search path. Am giving up for tonight.</div><div> </div><div>Regards,</div><div>Indrajit</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 22, 2014 at 10:45 PM, Mike Steglich <span dir="ltr">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div style="word-wrap:break-word">The entry <i>ScipFileName = ../Thirdparty/scip/scip-3.1.0.win.x86.msvc.opt.spx.ld.exe</i> is fine.  <div><br><div>As mentioned before, please move the required libs (scip-3.1.0.win.x86.msvc.opt.spx.ld.dll and scip-3.1.0.win.x86.msvc.opt.spx.ld.lib)  into Cmpl/Frameworks …  </div><div><br><div><blockquote type="cite"><div>Am 22.11.2014 um 18:08 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank">indrajitsg@gmail.com</a>&gt;:</div><div><div><br><div><div dir="ltr"><div>These are the three files that I have in /Thirdparty/SCIP/</div><div> </div><div>scip-3.1.0.win.x86.msvc.opt.spx.ld.dll</div><div>scip-3.1.0.win.x86.msvc.opt.spx.ld.exe</div><div>scip-3.1.0.win.x86.msvc.opt.spx.ld.lib</div><div> </div><div>And this is the line in /bin/cmpl.opt</div><div> </div><div>ScipFileName = ../Thirdparty/SCIP/scip-3.1.0.win.x86.msvc.opt.spx.ld.exe</div><div> </div><div>Regards,</div><div>Indrajit</div><div> </div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 22, 2014 at 10:20 PM, Mike Steglich <span dir="ltr">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div style="word-wrap:break-word">The following entries are working on my Windows test system:<div><br></div><div><div>CbcPath = ../Thirdparty/CBC/</div><div>GlpkPath =  ../Thirdparty/GLPK/</div><div>ScipFileName = ../Thirdparty/scip/scip.exe</div><div>CplexFileName = </div><div><br></div><div><br></div><div>It works as expected when I include the CMPL header entry <i>%arg -solver scip</i> in my model.</div><div><br></div><div>Please copy the required DLLs into CMPL/Frameworks or in another folder that is in the search path.</div><div><br></div><div>This should work similar for Cplex.</div><div><br></div><div>Cheers,</div><div><br></div><div>Mike</div><div><br></div><div><br></div><div><br></div><div><blockquote type="cite"><div>Am 22.11.2014 um 16:41 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank">indrajitsg@gmail.com</a>&gt;:</div><div><div><br><div><div dir="ltr"><div>I tried all of the above and some more - but none worked. </div><div> </div><div>I tried putting ../../ before the path to filename. So the full path would look like: ../../AMPL/ampl/cplex.exe</div><div> </div><div>I even copied cplex.exe and cplex1260.dll into a folder under Thirdparty and tried running it with filename path as: ../Thirdparty/CPLEX/cplex.exe</div><div> </div><div>Regards,</div><div>Indrajit</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 22, 2014 at 3:02 PM, Mike Steglich <span dir="ltr">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Hi Indrajit,<br>
<br>
It is unfortunately not possible to use drive letters to specify where Cplex is located.  Furthermore please use / instead of \. e.g. /DPF/Ampl/ampl/cplex.exe.<br>
<br>
Cheers,<br>
<br>
Mike<br>
<br>
<br>
<br>
&gt; Am 22.11.2014 um 09:29 schrieb Kamil Figiela &lt;<a href="mailto:kfigiela@agh.edu.pl" target="_blank">kfigiela@agh.edu.pl</a>&gt;:<br>
<div><div>&gt;<br>
&gt; Probably it should say:<br>
&gt;<br>
&gt; CplexFileName = D:\DPF\AMPL\ampl\cplex.exe<br>
&gt;<br>
&gt; Best,<br>
&gt; Kamil<br>
&gt;<br>
&gt;&gt; Wiadomość napisana przez Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank">indrajitsg@gmail.com</a>&gt; w dniu 22 lis 2014, o godz. 05:56:<br>
&gt;&gt;<br>
&gt;&gt; Hi Mike,<br>
&gt;&gt;<br>
&gt;&gt; I have a CPLEX demo version which came with AMPL demo version. I tried to use this solver with the option:<br>
&gt;&gt;<br>
&gt;&gt; %arg -solver cplex<br>
&gt;&gt;<br>
&gt;&gt; and with the following line in cmpl.opt file:<br>
&gt;&gt;<br>
&gt;&gt; CplexFileName = D:\DPF\AMPL\ampl\<br>
&gt;&gt;<br>
&gt;&gt; This is the path to the folder where cplex.exe is located. When I try to execute a model it says<br>
&gt;&gt;<br>
&gt;&gt; Error (interfaces): can not connect the solver: Cplex -&gt;<br>
&gt;&gt;<br>
&gt;&gt; Any idea why this is happening?<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Indrajit<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Cmpl mailing list<br>
&gt;&gt; <a href="mailto:Cmpl@list.coin-or.org" target="_blank">Cmpl@list.coin-or.org</a><br>
&gt;&gt; <a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank">http://list.coin-or.org/mailman/listinfo/cmpl</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Cmpl mailing list<br>
&gt; <a href="mailto:Cmpl@list.coin-or.org" target="_blank">Cmpl@list.coin-or.org</a><br>
&gt; <a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank">http://list.coin-or.org/mailman/listinfo/cmpl</a><br>
</div></div></blockquote></div><br></div>
_______________________________________________<br>Cmpl mailing list<br><a href="mailto:Cmpl@list.coin-or.org" target="_blank">Cmpl@list.coin-or.org</a><br><a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank">http://list.coin-or.org/mailman/listinfo/cmpl</a></div></div></div></blockquote></div><br></div></div></blockquote></div><br></div>
_______________________________________________<br>Cmpl mailing list<br><a href="mailto:Cmpl@list.coin-or.org" target="_blank">Cmpl@list.coin-or.org</a><br><a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank">http://list.coin-or.org/mailman/listinfo/cmpl</a></div></div></div></blockquote></div><br></div></div></div></blockquote></div><br></div>
</div></blockquote></div><br></div></div></div></div></div></blockquote></div><br></div><br>_______________________________________________<br>
Cmpl mailing list<br>
<a href="mailto:Cmpl@list.coin-or.org">Cmpl@list.coin-or.org</a><br>
<a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank">http://list.coin-or.org/mailman/listinfo/cmpl</a><br></blockquote></div><br></div>