Hi,
I’m running my model multiple times using a loop statement,
and I would like to check that model has infeasible or not.
For example,
there is a code like: loop(day, codes; ); but some of the days are infeasible. (already checked using process log)
Is there any way that I can check infeasible “days” not in process log but using gdx file?
It would be a big help if I can notice infeasible days at a glance.
Jake.