The idea originates in the #81 discussion. Specifically, we want to check the number of iterations. Code from @andrewlee94: ``` from pyomo.contrib.parmest.ipopt_solver_wrapper import ipopt_solve_with_stats ```
The idea originates in the #81 discussion.
Specifically, we want to check the number of iterations.
Code from @andrewlee94: