I&#39;ve seen this for a while and well after the fixes mentioned. It has no real effect on DIP as far as I can tell. But, I&#39;ll investigate when I have time.<div><br></div><div><br><br><div class="gmail_quote">On Wed, Jan 26, 2011 at 3:18 PM, Ted Ralphs <span dir="ltr">&lt;<a href="mailto:ted@lehigh.edu">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;">We&#39;ve seen messages like this with CPLEX for a long time in many<br>
contexts (not just DIP). Unlike most other solvers, CPLEX makes a very<br>
strong distinction between an LP and a MIP. Although conceptually, the<br>
only difference is whether there exist variables that are marked as<br>
integer type or not, CPLEX takes the &quot;problem type,&quot; as set by the<br>
user, as strongly dictating what can and cannot be done when<br>
manipulating the model. CPLEX also erases all solution information<br>
when switching problem type. The use of Cgl actually requires the<br>
problem type to be switched back and forth and this causes problems. I<br>
thought we had actually fixed all of these problems over time, so if<br>
you are seeing this error now, it should be an indication of a true<br>
problem.<br>
<br>
Ted<br>
<div><div></div><div class="h5"><br>
On Wed, Jan 26, 2011 at 1:49 PM, Matthew Galati<br>
&lt;<a href="mailto:matthew.galati@gmail.com">matthew.galati@gmail.com</a>&gt; wrote:<br>
&gt; I know about it.... it doesn&#39;t seem to effect anything - except that it is<br>
&gt; annoying.<br>
&gt;<br>
&gt; It is on my ToDo list to investigate why that message appears. I think it<br>
&gt; has something to do with the odd design of OsiCpx.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Jan 26, 2011 at 1:46 PM, kim &lt;<a href="mailto:kim@hamilton-vejlin.dk">kim@hamilton-vejlin.dk</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I just set up DIP to use CPLEX instead of CBC and it works well but I am<br>
&gt;&gt; getting some odd messages at the beginning of the program run.<br>
&gt;&gt;<br>
&gt;&gt; As one of the first things I get a string of messages all saying:<br>
&gt;&gt; &quot;CPX0000  CPLEX Error  3003: Not a mixed-integer problem.&quot;<br>
&gt;&gt;<br>
&gt;&gt; This happens before the search is actually started and there is always<br>
&gt;&gt; one &quot;error 3003&quot; for each block. It doesn&#39;t seem to have an effect at<br>
&gt;&gt; all and the program behaves as expected, but it seems odd.<br>
&gt;&gt;<br>
&gt;&gt; Does anyone have in idea what those messages are about and if I should<br>
&gt;&gt; see it as a sign I have not set up the DIP/CPLEX combination correctly?<br>
&gt;&gt;<br>
&gt;&gt; -Kim<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Dip mailing list<br>
&gt;&gt; <a href="mailto:Dip@list.coin-or.org">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">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></blockquote></div><br></div>