In MIP models a big-M constant should really be chosen as small as possible (for an example see here). I have seen many models where innocent students write something like M=10000000000 causing all kind of problems. Of course if this constant would have been called small-m, we probably would not have seen this as often.
The log-normal distribution is not formed by taking the logarithm of a normally distributed random variable (e.g. this posting). I suspect a better name like exp-normal distribution would have prevented this misconception.
bigM should be selected as the lowerbound of relaxing the constraints...........
ReplyDeletecould anyone tell me why larger bigM cause problems especially in GAMS
This is not related to GAMS at all, but to how MIP solvers work. See e.g. "Cutting Big M down to Size" by Jeffrey D. Camm, Amitabh S. Raturi and Shigeru Tsubakitani, Interfaces, Vol. 20, No. 5 (Sep. - Oct., 1990), pp. 61-66.
ReplyDelete