<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<small>John,<br>
<br>
Thanks again for the speed of your reply.<br>
<br>
There are continuous variables in the problem.<br>
But, i build a trivial solution where the value of these variables are always integer (in fact, they should be declared as integer variables but we don't care about the precision of these variables as long as their values are bounded - and in my mind, the less
 the problem have integer variables, the better it is for the solver).<br>
<br>
So, if i have well understood your reply, i can try to set these variables with an integer value (no problem of accuracy).<br>
<br>
Yves<br>
</small><br>
<div class="moz-cite-prefix">Le 02/17/2015 06:00 PM, <a class="moz-txt-link-abbreviated" href="mailto:cbc-request@list.coin-or.org">
cbc-request@list.coin-or.org</a> a écrit&nbsp;:<br>
</div>
<blockquote cite="mid:mailman.1.1424192401.16651.cbc@list.coin-or.org" type="cite">
<pre wrap="">Message: 4
Date: Tue, 17 Feb 2015 12:18:32 &#43;0000
From: John Forrest <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:john.forrest@fastercoin.com">&lt;john.forrest@fastercoin.com&gt;</a>
To: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:cbc@list.coin-or.org">cbc@list.coin-or.org</a>
Subject: Re: [Cbc] mipstart
Message-ID: <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:54E33198.7000307@fastercoin.com">&lt;54E33198.7000307@fastercoin.com&gt;</a>
Content-Type: text/plain; charset=&quot;windows-1252&quot;; Format=&quot;flowed&quot;

Yves,

If there are no continuous variables - this is a bug.

Assuming there are -

The idea is to use the solution from one problem for a different 
problem.  Initially the code fixes the continuous variables as well as 
integer variables to try and keep as much information as possible.  
Looking at the code, I see that if a variable is not mentioned then it 
will be fixed to zero!  This means that the solution with all variables 
fixed will very likely be infeasible. Even if all variables are in file 
then it is still possible that, due to printing inaccuracy and/or 
different bases giving slightly different values for continuous 
variables, it is possible for the problem with all variables fixed to be 
slightly infeasible.  If this happens you get those messages.

At least I should change code to set unmentioned variables to bound 
nearest zero.  It might be better to set the values to infinity to 
indicate not set and then be more sensible when the new solution is 
generated.

John</pre>
</blockquote>
<br>
<br>
<font face="Arial" color="Black" size="2">------------------------------------------------------------------------------<br>
This message and any attachments (the &quot;message&quot;) are confidential and intended solely for the addressee(s). Any unauthorized use or dissemination is prohibited. E-mails are susceptible to alteration. Neither DxO Labs nor any of its subsidiaries or affiliates
 shall be liable for the message if altered, changed or falsified.<br>
Ce message et toutes les pièces jointes (ci-après le &quot;message&quot;) sont confidentiels et établis à l'intention exclusive de ses destinataires. Toute utilisation ou diffusion non autorisé est interdite. Tout message électronique est susceptible d'altération. DxO
 Labs et ses filiales déclinent toute responsabilité au titre de ce message s'il a été altéré, modifié ou falsifié.<br>
</font>
</body>
</html>