model.name=”unknown” termination condition: infeasible message from solver: Ipopt 3.11.1x3a Converged to a locally infeasible point
The infeasible error arose when I changed the definition of m.Tm() from pyo.Var(m.k0) to pyo.Param(m.k0, mutable=True, default=0). I don’t want Pyomo to alter m.Tm(), I want Pyomo to calculate it’s values.