I am using scenred (Gams) to apply scenario reduction for a stochastic LP model. I have 10800 scenarios. I have three uncertain parameters, two of them are in objective function and one of them is right hand side value. Two stage stochastic programming solution should be worse than the wait-and-see result which is the expected value of solutions obtained from all 10800 scenarios. But in my case, I found a stochastic programming solution better than wait-and-see. I know it is impossible but I couldn't figure out the problem in my model or code. I checked all probabilities, scenarios and tree. They all seem right. Also the Gams code dosen't give any error. Is there anyone using scenred tool of Gams and encounter similar problem before?