Couenne option for pyomo

746 Views Asked by At

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

0

There are 0 best solutions below