Good afternoon!
I’m having an issue concerning the use of inline and defined Variables.
In order to simplify the code, I’m used to implement expressions in my models using inline variables (Variable > Property > Inline). Currently, I’m in a situation where my model turns out to be “Infeasible or Unbounded” when I try to solve it with an inline Variable, but when I remove the “Inline” property and convert the same Variable in a _defined one, the model is solved with no problems.
What could be happening? If a model is feasible when I’m using a defined variable, when I change it to an Inline variable shouldn’t it be feasible as well?
Thank you!