I am not sure about this. But I have quite a few free variables in my model, and the output mps, or lp files treat them as non-negative variable, which leads to infeasibility.<br><br>I then manually added lower bounds to these variables, x.lowLimit(K) = numeric_limits&lt;double&gt;::min(). however the same situation happened. <br>
<br>However  x.lowLimit(K) = -10000 will be honored.<br><br>Maybe there is an easier way to specify free variable inĀ  FlopC++? or remove the default non-negative assumption?<br clear="all"><br>-- <br>Best regards,<br>Michael Chen<br>
<br>