I recently used pyomo to build a optimization model in Python(anaconda) and solve it by solver "MindtPy". This solver worked well until yesterday.But when I made a small change to my model and wanted to solve it again with "MindtPy" today, it showed "Solver (ipopt) did not exit normally".
It seems that there is some problems happened to solver "Ipopt"(Because MindtPy uses Ipopt as its NLP solver). How can I fix it?
Thanks for helping.