Hi everybody,

First of all I want to thank you all for your help. I think I am now able to model the function I want. The solution at this point is a mix of both suggestions and it seems to work as expected.

  #c = min (a,b)

  c <= a;
  c <= b;

  c >= a - Ma*bit
  c >= b - Mb*(1-bit)

  Thanks again,

  Regards,

  Daniel


_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to