Hello!
I am facing an issue with my model. I have a variable
A(index1,index2,index3,index4)
and I am defining another variable
B(index2,index3,index4) as max(index1, A(index1,index2,index3,index4))
However, while running the model, it gives an error that the the model become non linear. Is there a way to work around this?
Regards,
Vishwesh Patil