I am trying to activate the Couenne option as suggested on online pyomo help, As an example: opt = SolverFactory('couenne') opt.options['display_stats']= 'yes' But I am receiving the following error:
ApplicationError: Solver (asl) did not exit normally
I also check the : opt.options['couenne.display_stats']= 'yes'
Regards