<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hi Oscar,</div><div><br></div><div>Happy new year to you and all Cmpl user.</div><div><br></div><div><span style="background-color: rgba(255, 255, 255, 0);">CPLEX can be connected to CMPL by changing the entry&nbsp;<span id="ms">CplexFileName</span>&nbsp;in the file&nbsp;<span id="ms">&lt;cmplhome&gt;/bin/cmpl.opt</span>.&nbsp;</span></div><div><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div><span style="background-color: rgba(255, 255, 255, 0);">Cheers,</span></div><div><span style="background-color: rgba(255, 255, 255, 0);"><br></span></div><div><span style="background-color: rgba(255, 255, 255, 0);">Mike</span></div><div><br>Am 01.01.2015 um 11:10 schrieb Oscar Augusto Téllez Sánchez &lt;<a href="mailto:oskarts@gmail.com">oskarts@gmail.com</a>&gt;:<br><br></div><blockquote type="cite"><div><meta http-equiv="Content-Type" content="text/html charset=utf-8">Hi I am trying to solve a problem with Cplex..but i got this error<div class=""><div class=""><br class=""></div><div class="">Error (interfaces): can not connect the solver: Cplex -&gt;/Applications/IBM/ILOG/CPLEX_Studio125/cplex/bin/x86-64_darwin/cplex</div><div class=""><br class=""></div><div class="">It seems, he can’t find the solver. Actually it is installed on&nbsp;myDisk/Users/oscar/Applications/IBM…</div><div class=""><br class=""></div><div class="">How can i change the address when invoking the solver through cmpl?</div><div class=""><br class=""></div><div class="">or do i have to reinstall in the given address?</div><div class=""><br class=""></div><div class="">thank you in advance and happy new year!</div><div class=""><br class=""></div><div class="">Oscar</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On 23 Nov 2014, at 19:06, Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" class="">indrajitsg@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><font face="monospace" class="">I did. It is still the same. I get "cplex failed - exit code" message. Is there any way to check why cplex failed?</font></div><div class="">&nbsp;</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sun, Nov 23, 2014 at 11:29 PM, Mike Steglich <span dir="ltr" class="">&lt;<a href="mailto:mike.steglich@berlin.de" target="_blank" class="">mike.steglich@berlin.de</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto" class=""><div class="">Please move&nbsp;<span style="background-color:rgba(255,255,255,0)" class="">cplex1260.dll&nbsp;</span>into Cmpl/Frameworks. Then it should work. This issues depend on the search path. The folder Cmpl\bin\Cplex is not in the search path and the DLL cannot be found.</div><div class=""><br class=""><br class=""></div><div class=""><br class="">Am 23.11.2014 um 18:49 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;:<br class=""><br class=""></div><div class=""><div class="h5"><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><font face="monospace" class="">Hi Mike, </font></div><div class=""><font face="monospace" class="">&nbsp;</font></div><div class=""><font face="monospace" class="">This example is from your manual:</font></div><div class=""><font face="monospace" class=""></font>&nbsp;</div><div class=""><font face="Courier New" class="">--------------------------------------------------------------</font></div><div class=""><font face="monospace" class="">%arg -solver cbc<br class=""></font></div><div class=""><font face="monospace" class="">parameters:<br class="">&nbsp;c[] := (1,2,3);<br class="">&nbsp;b[] := (15,20);<br class="">&nbsp;A[,] := ((5.6, 7.7, 10.5),<br class="">&nbsp;&nbsp;&nbsp;(9.8, 4.2, 11.1));<br class="">&nbsp;<br class="">variables:<br class="">&nbsp;x[defset(c[])] : real[0..];<br class="">&nbsp;<br class="">objectives:<br class="">&nbsp;c[]T * x[] -&gt; max;</font></div><div class=""><font face="monospace" class="">constraints:<br class="">&nbsp;A[,] * x[] &lt;= b[];</font></div><div class="">&nbsp;</div><div class=""><div class=""><font face="Courier New" class="">--------------------------------------------------------------</font></div></div><div class="">&nbsp;</div><div class=""><font face="monospace" class="">Regards,</font></div><div class=""><font face="monospace" class="">Indrajit</font></div><div class="">&nbsp;</div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sun, Nov 23, 2014 at 10:40 PM, Mike Steglich <span dir="ltr" class="">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank" class="">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br class=""><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 dir="auto" class=""><div class="">Hi Indrajit,</div><div class=""><br class=""></div><div class="">Could try to solve it with Cbc and could you also send your model so that I can check it?</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Mike<br class=""><br class=""><br class=""></div><div class=""><br class="">Am 23.11.2014 um 18:06 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;:<br class=""><br class=""></div><div class=""><div class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><font face="monospace" class="">Hi Mike,</font></div><div class=""><font face="monospace" class=""></font>&nbsp;</div><div class=""><font face="monospace" class="">I did as you said. Here is what I did after installing Cmpl in C:\Program Files (x86)\.</font></div><div class=""><font face="monospace" class=""></font>&nbsp;</div><div class=""><font face="monospace" class="">1. Copied the CPLEX folder containing cplex.exe and cplex1260.dll inside \Cmpl\bin\</font></div><div class=""><font face="monospace" class="">2. In cmpl.opt, I put: CplexFileName = CPLEX/cplex.exe</font></div><div class=""><font face="monospace" class=""></font>&nbsp;</div><div class=""><font face="monospace" class="">I no longer get "can not connect the solver message". What I get is:</font></div><div class=""><font face="monospace" class=""></font>&nbsp;</div><div class=""><font face="Courier New" class="">----------------------------------------------------------------------------------------</font></div><div class=""><font face="monospace" class="">Cmpl: cmpl prob04.cmpl<br class="">CMPL model generation - running</font></div><div class=""><font face="monospace" class="">CMPL version: 1.10.0<br class="">Authors: Thomas Schleiff, Mike Steglich<br class="">Distributed under the GPLv3</font></div><div class=""><font face="monospace" class="">create model instance ...<br class="">write model instance ...<br class="">CMPL model generation - finished</font></div><div class=""><font face="monospace" class="">Solver - running</font></div><div class=""><font face="monospace" class="">Error (interfaces):&nbsp; cplex failed - exit code ☺</font></div><div class=""><font face="Courier New" class="">----------------------------------------------------------------------------------------</font></div><div class=""><font face="Courier New" class=""></font>&nbsp;</div><div class=""><font face="Courier New" class="">Regards,</font></div><div class=""><font face="Courier New" class="">Indrajit</font></div><div class="">&nbsp;</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sun, Nov 23, 2014 at 3:43 PM, Mike Steglich <span dir="ltr" class="">&lt;<a href="mailto:mike.steglich@berlin.de" target="_blank" class="">mike.steglich@berlin.de</a>&gt;</span> wrote:<br class=""><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 dir="auto" class=""><div class="">Hi Indrajit,</div><div class=""><br class=""></div><div class="">Please install Cmpl in c:\program files\Cmpl (for win32) or<span style="background-color:rgba(255,255,255,0)" class="">&nbsp;in c:\program files (x86)\Cmpl (under win64) and use the .bat files (coliop.bat, cmplShell.bat, cmpl.bat) in the root of the Cmpl installation folder. I would like to suggest to use either Coliop for having a simple UI or CmplShell.bat to use Cmpl on the command line. All of these simple scripts set the environment for Cmpl. The intention was to prevent that a Cmpl user has to set a couple of environment variables on his/her own and not to change the original windows setting.</span></div><div class=""><br class=""></div><div class="">If you use the Cmpl binary or the Coliop jar file directly then it fails as we have seen for your problems to invoke Cplex an Scip.&nbsp;</div><div class=""><br class=""></div><div class="">Please take a look at the installation hints at <a href="http://coliop.org/download.html" target="_blank" class="">coliop.org/download.html</a> or in the manual.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class=""><br class=""></div><div class="">Mike<br class=""><br class=""><br class=""></div><div class=""><br class="">Am 23.11.2014 um 03:23 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;:<br class=""><br class=""></div><div class=""><div class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><font face="monospace" class="">Hi Mike,</font></div><div class=""><font face="monospace" class=""></font>&nbsp;</div><div class=""><font face="monospace" class="">Here is something that I noticed when executing a CMPL problem with the default options. The first 27 lines of output that comes out:</font></div><div class="">&nbsp;</div><div class=""><font face="monospace" class="">---------------------------------------------------------------------------------------------------</font></div><div class=""><font face="monospace" class="">Cmpl: cmpl prob04.cmpl<br class="">CMPL model generation - running</font></div><div class=""><font face="monospace" class="">CMPL version: 1.10.0<br class="">Authors: Thomas Schleiff, Mike Steglich<br class="">Distributed under the GPLv3</font></div><div class=""><font face="monospace" class="">create model instance ...<br class="">write model instance ...<br class="">CMPL model generation - finished</font></div><div class=""><font face="monospace" class="">Solver - running</font></div><div class=""><font face="monospace" class="">Welcome to the CBC MILP Solver<br class="">Version: 2.8.8<br class="">Build Date: Dec 21 2013<br class="">Revision Number: 1998</font></div><div class=""><font face="monospace" class="">command line - C:\Program Files (x86)\Cmpl\bin\..\Thirdparty\CBC\cbc prob04.mps max solve gsolu prob04.gsol (default strategy 1)<br class="">At line 2 NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prob04.cmpl<br class="">At line 3 ROWS<br class="">At line 7 COLUMNS<br class="">At line 16 RHS<br class="">At line 18 RANGES<br class="">At line 19 BOUNDS<br class="">At line 23 ENDATA<br class="">Problem prob04.cmpl has 2 rows, 3 columns and 6 elements</font></div><div class=""><div class=""><font face="monospace" class="">---------------------------------------------------------------------------------------------------</font></div><div class=""><font face="Courier New" class=""></font>&nbsp;</div><div class=""><font face="Courier New" class="">Notice the line 19 which starts of with: command line - C:\Program File&nbsp;(x86) ....</font></div><div class=""><font face="Courier New" class=""></font>&nbsp;</div><div class=""><font face="Courier New" class="">Here is my question. I did not install CMPL in Program Files, instead in D:\DPF\CMPL. So why should the command line start with C:\... Any thoughts.</font></div><div class=""><font face="Courier New" class=""></font>&nbsp;</div><div class=""><font face="Courier New" class="">Regards,</font></div><div class=""><font face="Courier New" class="">Indrajit</font></div><div class="">&nbsp;</div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sun, Nov 23, 2014 at 12:07 AM, Indrajit Sen Gupta <span dir="ltr" class="">&lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;</span> wrote:<br class=""><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 dir="ltr" class=""><div class="">Hi Mike,</div><div class="">&nbsp;</div><div class="">You are right. I will stick with CBC. All this started when I tried to connect to CPLEX. SCIP was just another optimizer that I downloaded to figure out why this problem is happening. </div><div class="">&nbsp;</div><div class="">Thanks for your help anyway.</div><div class="">&nbsp;</div><div class="">Regards,</div><div class="">Indrajit</div><div class="">&nbsp;</div></div><div class=""><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sun, Nov 23, 2014 at 12:00 AM, Mike Steglich <span dir="ltr" class="">&lt;<a href="mailto:mike.steglich@berlin.de" target="_blank" class="">mike.steglich@berlin.de</a>&gt;</span> wrote:<br class=""><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 dir="auto" class=""><div class=""><span class=""></span></div><div class=""><div class="">Hi Indraji,</div><div class=""><br class=""></div><div class="">I'm not sure why scip is not working with Cmpl on your system with a setting that seems fine.&nbsp; It sounds a bit like Murphy's Law. The hardcore workarround &nbsp;is to copy all scip files into Cmpl/bin and remove the path in the scip entry in cmpl.opt.</div><div class=""><br class=""></div><div class="">Why don't you use Cbc? The performance is similar to Scip.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Mike</div><div class=""><br class=""><br class=""><br class=""></div><div class=""><br class="">Am 22.11.2014 um 19:07 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;:<br class=""><br class=""></div><div class=""><div class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">Hi Mike,</div><div class="">&nbsp;</div><div class="">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't be different.</div><div class="">&nbsp;</div><div class="">Regards,</div><div class="">Indrajit</div><div class="">&nbsp;</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sat, Nov 22, 2014 at 11:12 PM, Mike Steglich <span dir="ltr" class="">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank" class="">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br class=""><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" class=""><br class=""><div class=""><br class=""><blockquote type="cite" class=""><div class="">Anfang der weitergeleiteten Nachricht:</div><br class=""><div style="margin:0px" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">Von: </b></span><span style="font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif" class="">Mike Steglich &lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank" class="">mike.steglich@th-wildau.de</a>&gt;<br class=""></span></div><div style="margin:0px" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">Betreff: </b></span><span style="font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif" class=""><b class="">Aw: [Cmpl] Error connecting to CPLEX</b><br class=""></span></div><div style="margin:0px" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">Datum: </b></span><span style="font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif" class="">22. November 2014 18:42:16 MEZ<br class=""></span></div><div style="margin:0px" class=""><span style="font-family: -webkit-system-font, 'Helvetica Neue', Helvetica, sans-serif;" class=""><b class="">An: </b></span><span style="font-family:-webkit-system-font,Helvetica Neue,Helvetica,sans-serif" class="">Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;<br class=""></span></div><div class=""><div class=""><br class=""><div class=""><div style="word-wrap:break-word" class="">Hi Indrajit,<div class=""><br class=""></div><div class="">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? &nbsp;</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Mike</div><div class=""><br class=""></div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">Am 22.11.2014 um 18:36 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;:</div><br class=""><div class=""><div dir="ltr" class=""><div class="">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 class="">&nbsp;</div><div class="">Regards,</div><div class="">Indrajit</div><div class="">&nbsp;</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sat, Nov 22, 2014 at 10:45 PM, Mike Steglich <span dir="ltr" class="">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank" class="">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br class=""><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" class="">The entry&nbsp;<i class="">ScipFileName = ../Thirdparty/scip/scip-3.1.0.win.x86.msvc.opt.spx.ld.exe</i> is fine. &nbsp;<div class=""><br class=""><div class="">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) &nbsp;into Cmpl/Frameworks … &nbsp;</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">Am 22.11.2014 um 18:08 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;:</div><div class=""><div class=""><br class=""><div class=""><div dir="ltr" class=""><div class="">These are the three files that I have in /Thirdparty/SCIP/</div><div class="">&nbsp;</div><div class="">scip-3.1.0.win.x86.msvc.opt.spx.ld.dll</div><div class="">scip-3.1.0.win.x86.msvc.opt.spx.ld.exe</div><div class="">scip-3.1.0.win.x86.msvc.opt.spx.ld.lib</div><div class="">&nbsp;</div><div class="">And this is the line in /bin/cmpl.opt</div><div class="">&nbsp;</div><div class="">ScipFileName = ../Thirdparty/SCIP/scip-3.1.0.win.x86.msvc.opt.spx.ld.exe</div><div class="">&nbsp;</div><div class="">Regards,</div><div class="">Indrajit</div><div class="">&nbsp;</div><div class="">&nbsp;</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sat, Nov 22, 2014 at 10:20 PM, Mike Steglich <span dir="ltr" class="">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank" class="">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br class=""><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" class="">The following entries are working on my Windows test system:<div class=""><br class=""></div><div class=""><div class="">CbcPath = ../Thirdparty/CBC/</div><div class="">GlpkPath = &nbsp;../Thirdparty/GLPK/</div><div class="">ScipFileName = ../Thirdparty/scip/scip.exe</div><div class="">CplexFileName =&nbsp;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">It works as expected when I include the CMPL header entry <i class="">%arg -solver scip</i> in my model.</div><div class=""><br class=""></div><div class="">Please copy the required DLLs into CMPL/Frameworks or in another folder that is in the search path.</div><div class=""><br class=""></div><div class="">This should work similar for Cplex.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class=""><br class=""></div><div class="">Mike</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">Am 22.11.2014 um 16:41 schrieb Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt;:</div><div class=""><div class=""><br class=""><div class=""><div dir="ltr" class=""><div class="">I tried all of the above and&nbsp;some more - but none worked. </div><div class="">&nbsp;</div><div class="">I tried putting ../../ before the path to filename. So the full path would look like: ../../AMPL/ampl/cplex.exe</div><div class="">&nbsp;</div><div class="">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 class="">&nbsp;</div><div class="">Regards,</div><div class="">Indrajit</div><div class="">&nbsp;</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Sat, Nov 22, 2014 at 3:02 PM, Mike Steglich <span dir="ltr" class="">&lt;<a href="mailto:mike.steglich@th-wildau.de" target="_blank" class="">mike.steglich@th-wildau.de</a>&gt;</span> wrote:<br class=""><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 class="">
<br class="">
It is unfortunately not possible to use drive letters to specify where Cplex is located.&nbsp; Furthermore please use / instead of \. e.g. /DPF/Ampl/ampl/cplex.exe.<br class="">
<br class="">
Cheers,<br class="">
<br class="">
Mike<br class="">
<br class="">
<br class="">
<br class="">
&gt; Am 22.11.2014 um 09:29 schrieb Kamil Figiela &lt;<a href="mailto:kfigiela@agh.edu.pl" target="_blank" class="">kfigiela@agh.edu.pl</a>&gt;:<br class="">
<div class=""><div class="">&gt;<br class="">
&gt; Probably it should say:<br class="">
&gt;<br class="">
&gt; CplexFileName = D:\DPF\AMPL\ampl\cplex.exe<br class="">
&gt;<br class="">
&gt; Best,<br class="">
&gt; Kamil<br class="">
&gt;<br class="">
&gt;&gt; Wiadomość napisana przez Indrajit Sen Gupta &lt;<a href="mailto:indrajitsg@gmail.com" target="_blank" class="">indrajitsg@gmail.com</a>&gt; w dniu 22 lis 2014, o godz. 05:56:<br class="">
&gt;&gt;<br class="">
&gt;&gt; Hi Mike,<br class="">
&gt;&gt;<br class="">
&gt;&gt; I have a CPLEX demo version which came with AMPL demo version. I tried to use this solver with the option:<br class="">
&gt;&gt;<br class="">
&gt;&gt; %arg -solver cplex<br class="">
&gt;&gt;<br class="">
&gt;&gt; and with the following line in cmpl.opt file:<br class="">
&gt;&gt;<br class="">
&gt;&gt; CplexFileName = D:\DPF\AMPL\ampl\<br class="">
&gt;&gt;<br class="">
&gt;&gt; This is the path to the folder where cplex.exe is located. When I try to execute a model it says<br class="">
&gt;&gt;<br class="">
&gt;&gt; Error (interfaces): can not connect the solver: Cplex -&gt;<br class="">
&gt;&gt;<br class="">
&gt;&gt; Any idea why this is happening?<br class="">
&gt;&gt;<br class="">
&gt;&gt; Regards,<br class="">
&gt;&gt; Indrajit<br class="">
&gt;&gt;<br class="">
&gt;&gt; _______________________________________________<br class="">
&gt;&gt; Cmpl mailing list<br class="">
&gt;&gt; <a href="mailto:Cmpl@list.coin-or.org" target="_blank" class="">Cmpl@list.coin-or.org</a><br class="">
&gt;&gt; <a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank" class="">http://list.coin-or.org/mailman/listinfo/cmpl</a><br class="">
&gt;<br class="">
&gt;<br class="">
&gt; _______________________________________________<br class="">
&gt; Cmpl mailing list<br class="">
&gt; <a href="mailto:Cmpl@list.coin-or.org" target="_blank" class="">Cmpl@list.coin-or.org</a><br class="">
&gt; <a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank" class="">http://list.coin-or.org/mailman/listinfo/cmpl</a><br class="">
</div></div></blockquote></div><br class=""></div>
_______________________________________________<br class="">Cmpl mailing list<br class=""><a href="mailto:Cmpl@list.coin-or.org" target="_blank" class="">Cmpl@list.coin-or.org</a><br class=""><a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank" class="">http://list.coin-or.org/mailman/listinfo/cmpl</a></div></div></div></blockquote></div><br class=""></div></div></blockquote></div><br class=""></div>
_______________________________________________<br class="">Cmpl mailing list<br class=""><a href="mailto:Cmpl@list.coin-or.org" target="_blank" class="">Cmpl@list.coin-or.org</a><br class=""><a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank" class="">http://list.coin-or.org/mailman/listinfo/cmpl</a></div></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></div></div></div></div></blockquote></div><br class=""></div><br class="">_______________________________________________<br class="">
Cmpl mailing list<br class="">
<a href="mailto:Cmpl@list.coin-or.org" target="_blank" class="">Cmpl@list.coin-or.org</a><br class="">
<a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank" class="">http://list.coin-or.org/mailman/listinfo/cmpl</a><br class=""></blockquote></div><br class=""></div>
</div></blockquote><blockquote type="cite" class=""><div class=""><span class="">_______________________________________________</span><br class=""><span class="">Cmpl mailing list</span><br class=""><span class=""><a href="mailto:Cmpl@list.coin-or.org" target="_blank" class="">Cmpl@list.coin-or.org</a></span><br class=""><span class=""><a href="http://list.coin-or.org/mailman/listinfo/cmpl" target="_blank" class="">http://list.coin-or.org/mailman/listinfo/cmpl</a></span></div></blockquote></div></div></div></div></blockquote></div><br class=""></div>
</div></div></blockquote></div><br class=""></div>
</div></blockquote></div></div></div></blockquote></div><br class=""></div>
</div></blockquote></div></div></div></blockquote></div><br class=""></div></div>
</div></blockquote></div></div></div></blockquote></div><br class=""></div>
_______________________________________________<br class="">Cmpl mailing list<br class=""><a href="mailto:Cmpl@list.coin-or.org" class="">Cmpl@list.coin-or.org</a><br class=""><a href="http://list.coin-or.org/mailman/listinfo/cmpl">http://list.coin-or.org/mailman/listinfo/cmpl</a></div></blockquote></div><br class=""></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Cmpl mailing list</span><br><span><a href="mailto:Cmpl@list.coin-or.org">Cmpl@list.coin-or.org</a></span><br><span><a href="http://list.coin-or.org/mailman/listinfo/cmpl">http://list.coin-or.org/mailman/listinfo/cmpl</a></span></div></blockquote></body></html>