Finding out reason of Pyomo model infeasibility
问题 I got a pyomo concrete model with lots of variables and constraints. Somehow, one of the variable inside my model violates one constraint, which makes my model infeasible: WARNING: Loading a SolverResults object with a warning status into model=xxxx; message from solver=Model was proven to be infeasible. Is there a way to ask the solver, the reason of the infeasibility? So for example, lets assume I got a variable called x , and if I define following 2 constraints, model will be ofc.