I appreciate your suggestion sir but concerning the mu logical constraint definition, there is problem with the third expression after i amended the parenthesis in the definition for mu which you suggested when trying to implement in my m code sir. The code seems to have complain of invalid parenthesis in the third expression i.e Model = [model, implies(region(2)), [mu == WCmax-WC/WCmax-WCmin, WCmin <= WC<=WCmax]; and I have tried all my very best on this to make it works. Is there a way out I can figure out this problem to make the code run?
Thank you sir , I have the amended logical constraint for mu as follows;
Model = [model, implies(region(1)), [mu == 1, WCmin >= WC];
Model = [model, implies(region(2)), [mu == WCmax-WC/WCmax-WCmin, WCmin <= WC<=WCmax];
Model = [model, implies(region(3)), [mu == 0, WC>=WCmax];